Kylob/BootPress

View on GitHub
skeleton/tests/Test.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace BootPress\Tests;

use BootPress\Skeleton\Component as Skeleton;

class Test extends \BootPress\HTMLUnit\Component
{
    public function test()
    {
    }
}