%PDF- %PDF-
Direktori : /var/www/html/rental/vendor/phpunit/phpunit/tests/_files/ |
Current File : /var/www/html/rental/vendor/phpunit/phpunit/tests/_files/DependencyFailureTest.php |
<?php class DependencyFailureTest extends PHPUnit_Framework_TestCase { public function testOne() { $this->fail(); } /** * @depends testOne */ public function testTwo() { } /** * @depends testTwo */ public function testThree() { } }