File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/tests/unit/Codeception/Step/ExecutorTest.php
Back
<?php class ExecutorTest extends \PHPUnit_Framework_TestCase { /** * @dataProvider valuesProvider */ public function testRun($returnValue) { $expected = $returnValue; $executor = new \Codeception\Step\Executor(function () use ($returnValue) { return $returnValue; }); $actual = $executor->run(); $this->assertEquals($expected, $actual); } /** * @return array */ public function valuesProvider() { return array( array(true), array(false), ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings