| 1 | <?php  | 
            ||
| 9 | class xsENTITYTest extends \PHPUnit_Framework_TestCase  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * @var \AlgoWeb\xsdTypes\xsENTITY  | 
            ||
| 13 | */  | 
            ||
| 14 | protected $object;  | 
            ||
| 15 | |||
| 16 | /**  | 
            ||
| 17 | * Sets up the fixture, for example, opens a network connection.  | 
            ||
| 18 | * This method is called before a test is executed.  | 
            ||
| 19 | */  | 
            ||
| 20 | protected function setUp()  | 
            ||
| 25 | |||
| 26 | /**  | 
            ||
| 27 | * Tears down the fixture, for example, closes a network connection.  | 
            ||
| 28 | * This method is called after a test is executed.  | 
            ||
| 29 | */  | 
            ||
| 30 | protected function tearDown()  | 
            ||
| 34 | |||
| 35 | /**  | 
            ||
| 36 | * @covers \AlgoWeb\xsdTypes\xsENTITY::__toString  | 
            ||
| 37 | * @todo Implement test__toString().  | 
            ||
| 38 | */  | 
            ||
| 39 | public function test__toString()  | 
            ||
| 46 | }  | 
            ||
| 47 | 
This check looks for function calls that miss required arguments.