File manager - Edit - /usr/local/prospamfilter/vendor/phpunit/phpunit/tests/_files/MultiDependencyTest.php
Back
<?php class MultiDependencyTest extends PHPUnit_Framework_TestCase { public function testOne() { return 'foo'; } public function testTwo() { return 'bar'; } /** * @depends testOne * @depends testTwo */ public function testThree($a, $b) { $this->assertEquals('foo', $a); $this->assertEquals('bar', $b); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings