File manager - Edit - /usr/local/prospamfilter/vendor/phpunit/phpunit/tests/_files/OutputTestCase.php
Back
<?php class OutputTestCase extends PHPUnit_Framework_TestCase { public function testExpectOutputStringFooActualFoo() { $this->expectOutputString('foo'); print 'foo'; } public function testExpectOutputStringFooActualBar() { $this->expectOutputString('foo'); print 'bar'; } public function testExpectOutputRegexFooActualFoo() { $this->expectOutputRegex('/foo/'); print 'foo'; } public function testExpectOutputRegexFooActualBar() { $this->expectOutputRegex('/foo/'); print 'bar'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings