Home
last modified time | relevance | path

Searched refs:assertEquals (Results 476 – 500 of 1007) sorted by relevance

1...<<11121314151617181920>>...41

/plugin/bureaucracyau/_test/
H A Dfield_yesno.test.php67 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
68 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DEnumTest.php30 $this->assertEquals($expected, $result);
58 $this->assertEquals($expected, $result);
/plugin/bureaucracy-au/_test/
H A Dfield_yesno.test.php67 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
68 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php30 $this->assertEquals(array(), $messages);
50 $this->assertEquals(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php30 $this->assertEquals(array(), $messages);
50 $this->assertEquals(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php30 $this->assertEquals(array(), $messages);
50 $this->assertEquals(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DYamlDriverTest.php17 self::assertEquals(['age', 'name'], array_keys($m->propertyMetadata));
59 self::assertEquals($p, $m->propertyMetadata['title']);
72 self::assertEquals($p, $m->propertyMetadata['title']);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/
H A DDivTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DFloorDivTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DModTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DMulTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DOrTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DAddTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DAndTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DConcatTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DSubTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDoubleComparator.php48 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase … function in SebastianBergmann\\Comparator\\DoubleComparator
54 parent::assertEquals($expected, $actual, $delta, $canonicalize, $ignoreCase);
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DYearFieldTest.php33 $this->assertEquals('2012-01-01 00:00:00', $d->format('Y-m-d H:i:s'));
35 $this->assertEquals('2011-12-31 23:59:00', $d->format('Y-m-d H:i:s'));
H A DMinutesFieldTest.php33 $this->assertEquals('2011-03-15 11:16:00', $d->format('Y-m-d H:i:s'));
35 $this->assertEquals('2011-03-15 11:15:00', $d->format('Y-m-d H:i:s'));
/plugin/farmsync/_test/
H A DFarmSyncUtil.test.php31 $this->assertEquals("/testfarmdir/testanimal/data/pages/start.txt", $actual_fn);
43 $this->assertEquals("/testfarmdir/testanimal/data/pages//start.txt", $actual_fn);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DElementsTest.php40 $this->assertEquals([
124 $this->assertEquals($expected, $output);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DElementsTest.php40 $this->assertEquals([
124 $this->assertEquals($expected, $output);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DBasicCallBackTest.php29 $this->assertEquals(
34 $this->assertEquals(['foo','bar'], $args);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php137 $this->assertEquals('some_string', $template->getAttribute($template1, 'string'));
140 $this->assertEquals('1', $template->getAttribute($template1, 'true'));
143 $this->assertEquals('0', $template->getAttribute($template1, 'zero'));
185 $this->assertEquals('some_string', $template->getAttribute($template1, 'string'));
188 $this->assertEquals('1', $template->getAttribute($template1, 'true'));
191 $this->assertEquals('0', $template->getAttribute($template1, 'zero'));
263 $this->assertEquals($value, $template->getAttribute($object, $item, $arguments, $type));
274 $this->assertEquals($value, $template->getAttribute($object, $item, $arguments, $type));
284 $this->assertEquals($value, $template->getAttribute($object, $item, $arguments, $type));
295 … $this->assertEquals($defined, $template->getAttribute($object, $item, $arguments, $type, true));
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DInviteReplyTest.php30 $this->assertEquals(
53 $this->assertEquals(

1...<<11121314151617181920>>...41