File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/tests/unit/Codeception/Test/CestTest.php
Back
<?php /** * Class CestTest */ class CestTest extends \Codeception\Test\Unit { /** * @group core */ public function testCestNamings() { $klass = new stdClass(); $cest = new \Codeception\Test\Cest($klass, 'user', 'tests/acceptance/LoginCest.php'); $this->assertEquals( 'tests/acceptance/LoginCest.php:user', \Codeception\Test\Descriptor::getTestFullName($cest) ); $this->assertEquals( 'tests/acceptance/LoginCest.php', \Codeception\Test\Descriptor::getTestFileName($cest) ); $this->assertEquals( 'stdClass:user', \Codeception\Test\Descriptor::getTestSignature($cest) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings