Home
last modified time | relevance | path

Searched refs:expectedOutput (Results 1 – 4 of 4) sorted by path

/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php32 public function testTruncate($input, $length, $preserve, $separator, $expectedOutput) argument
35 $this->assertEquals($expectedOutput, $output);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php1307 $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);
/plugin/simplemap/_test/
H A DSyntaxTest.php42 public function testParseMatch($input, $expectedOutput, $msg) { argument
51 self::assertEquals($expectedOutput, $actualOutput, $msg);
/plugin/today/_test/
H A DSyntaxTest.php40 public function testParseMatch($input, $expectedOutput, $msg) { argument
49 self::assertEquals($expectedOutput, $actualOutput, $msg);