Files
snipe-it/app/tests/AssetTest.php
T
2015-08-13 00:26:26 -07:00

16 lines
203 B
PHP

<?php
class AssetTest extends TestCase
{
/**
* A basic functional test example.
*
* @return void
*/
public function testConstructor() {
$f=new Asset();
}
}