| 1 | <?php |
||
| 15 | class AssetPackageTest extends \PHPUnit\Framework\TestCase |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var AssetPackage |
||
| 19 | */ |
||
| 20 | protected $object; |
||
| 21 | |||
| 22 | protected $type = 'bower'; |
||
| 23 | protected $name = 'jquery'; |
||
| 24 | |||
| 25 | protected function setUp() |
||
| 29 | |||
| 30 | protected function tearDown() |
||
| 33 | |||
| 34 | public function testGetFullName() |
||
| 38 | } |
||
| 39 |