File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/tests/unit/Codeception/Exception/ModuleConfigTest.php
Back
<?php class ModuleConfigTest extends \PHPUnit_Framework_TestCase { // tests public function testCanBeCreatedForModuleName() { $exception = new \Codeception\Exception\ModuleConfigException('Codeception\Module\WebDriver', "Hello world"); $this->assertEquals("WebDriver module is not configured!\n \nHello world", $exception->getMessage()); } public function testCanBeCreatedForModuleObject() { $exception = new \Codeception\Exception\ModuleConfigException( new \Codeception\Module\CodeHelper(make_container()), "Hello world" ); $this->assertEquals("CodeHelper module is not configured!\n \nHello world", $exception->getMessage()); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings