Home
last modified time | relevance | path

Searched refs:assertEquals (Results 426 – 450 of 1007) sorted by relevance

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

/plugin/swarmwebhook/_test/
H A DIFTTTparseTime.test.php22 $this->assertEquals('2018-05-24', $actualDateTime->format('Y-m-d'));
23 $this->assertEquals('2018-05-24T18:02:00+02:00', $actualDateTime->format(\DateTime::ATOM));
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/tests/
H A DWizardTest.php32 $this->assertEquals(
40 $this->assertEquals(
/plugin/barcodes/tests/
H A DColorTest.php34 self::assertEquals("123456", (new Color("#123456"))->getHex());
35 self::assertEquals("FEDCBA", (new Color("#FEDCBA"))->getHex());
/plugin/webcode/_test/
H A Ddokuwiki.test.php58 …$this->assertEquals($content, SELF::storedContent, 'The stored content that we retrieve must be th…
84 … $this->assertEquals(array($this->cleanPageId), $indexer->lookupKey($indexMetaWebCodeKey, $query));
111 $this->assertEquals($meta_get, $metaToSave, "They must be equals");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DGetoptTest.php34 $this->assertEquals($expected, $actual);
58 $this->assertEquals($expected, $actual);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DSerializationContextFactoryTest.php60 self::assertEquals('{"value":null}', $result);
79 self::assertEquals(['value' => null], $result);
99 self::assertEquals(['value' => null], $result);
118 self::assertEquals(['value' => null], $result);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DStackTest.php10 $this->assertEquals('foo', $stack[count($stack)-1]);
21 $this->assertEquals('foo', array_pop($stack));
/plugin/indextitleonly/_test/
H A Dindextitleonly.test.php25 …$this->assertEquals(array('title' => array('test' => 1, 'titleonly:sub:test' => 1)), idx_get_index…
30 … $this->assertEquals(array('content' => array('test' => 1)), idx_get_indexer()->lookup($query));
/plugin/bpmnio/_test/
H A Dsyntax_plugin_bpmnio_bpmnio.test.php29 $this->assertEquals($expected, $xhtml);
51 $this->assertEquals($expected, $xhtml);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
H A DIssue1472Test.php13 $this->assertEquals(1, $xpath->evaluate('count(//label[text() = "text content"])'));
19 $this->assertEquals(1, $xpath->evaluate('count(//label[text() = "text content"])'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DMessageTest.php19 $this->assertEquals('1.2', $message->getScheduleStatus());
28 $this->assertEquals('9.9.9', $message->getScheduleStatus());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php18 $this->assertEquals(array(
23 $this->assertEquals(
H A DBooleanTest.php17 $this->assertEquals('BOOLEAN', $vcard->{'X-AWESOME'}->getValueType());
18 $this->assertEquals($input, $vcard->serialize());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php18 $this->assertEquals([
23 $this->assertEquals(
H A DBooleanTest.php17 $this->assertEquals('BOOLEAN', $vcard->{'X-AWESOME'}->getValueType());
18 $this->assertEquals($input, $vcard->serialize());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DMessageTest.php19 $this->assertEquals('1.2', $message->getScheduleStatus());
28 $this->assertEquals('9.9.9', $message->getScheduleStatus());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DMessageTest.php19 $this->assertEquals('1.2', $message->getScheduleStatus());
28 $this->assertEquals('9.9.9', $message->getScheduleStatus());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php18 $this->assertEquals(array(
23 $this->assertEquals(
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DFunctionsTest.php12 $this->assertEquals(
51 $this->assertEquals(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DMessageTest.php19 $this->assertEquals('1.2', $message->getScheduleStatus());
28 $this->assertEquals('9.9.9', $message->getScheduleStatus());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php18 $this->assertEquals(array(
23 $this->assertEquals(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php21 $this->assertEquals($newPath, $this->tempPath);
61 $this->assertEquals('',$this->server->httpResponse->status);
116 $this->assertEquals(2, $k);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/JsonMatches/
H A DErrorMessageProviderTest.php18 $this->assertEquals(
29 $this->assertEquals(
/plugin/webcomponent/_test/
H A Dcite.test.php22 $this->assertEquals('cite', $elementName);
35 $this->assertEquals($expected, $xhtml);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php23 $this->assertEquals($input, $output);
49 $this->assertEquals($expected, $output);

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