Searched refs:expectedOutput (Results 1 – 4 of 4) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/ |
H A D | TextTest.php | 32 public function testTruncate($input, $length, $preserve, $separator, $expectedOutput) argument 35 $this->assertEquals($expectedOutput, $output);
|
/plugin/simplemap/_test/ |
H A D | SyntaxTest.php | 42 public function testParseMatch($input, $expectedOutput, $msg) { argument 51 self::assertEquals($expectedOutput, $actualOutput, $msg);
|
/plugin/today/_test/ |
H A D | SyntaxTest.php | 40 public function testParseMatch($input, $expectedOutput, $msg) { argument 49 self::assertEquals($expectedOutput, $actualOutput, $msg);
|
/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | ProcessTest.php | 1307 $expectedOutput = [ 1310 $this->assertSame($expectedOutput, $output); 1321 $expectedOutput = [ 1327 $this->assertSame($expectedOutput, $output); 1343 $expectedOutput = [ 1346 $this->assertSame($expectedOutput, $output); 1359 $expectedOutput = [ 1363 $this->assertSame($expectedOutput, $output);
|