Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 3 of 3) sorted by relevance

/web-bugs/tests/Unit/Utils/
H A DCaptchaTest.php21 …on testGetQuestion(int $first, int $last, string $operation, string $question, int $expected): void argument
28 $this->assertEquals($expected, $this->captcha->getAnswer());
/web-bugs/tests/Unit/
H A DAutoloaderTest.php82 public function testLoad(string $class, $expected): void argument
84 $this->assertEquals($expected, $this->autoloader->load($class));
/web-bugs/tests/Unit/Template/
H A DEngineTest.php100 $expected = var_export([
105 $this->assertEquals($expected, $content);

Completed in 5 milliseconds