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