Home
last modified time | relevance | path

Searched refs:expected (Results 226 – 250 of 514) sorted by relevance

12345678910>>...21

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1726 $expected = [
1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1726 $expected = array(
1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1726 $expected = array(
1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DAclRestrictionsTest.php22 $expected = '<?xml version="1.0"?>
25 $this->assertXmlStringEqualsXmlString($expected, $xml);
/plugin/webcomponent/_test/
H A Dcite.test.php32 …$expected = '<cite><a href="/./doku.php?id=namespace:page#section" class="wikilink2" title="namesp…
35 $this->assertEquals($expected, $xhtml);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php40 $expected = <<<VCF
49 $this->assertEquals($expected, $output);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php23 $expected = <<<XML
47 $expected,
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php40 $expected = <<<VCF
49 $this->assertEquals($expected, $output);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php40 $expected = <<<VCF
49 $this->assertEquals($expected, $output);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php40 $expected = <<<VCF
49 $this->assertEquals($expected, $output);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php38 $expected = [
44 $this->assertEquals($expected, $result);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Naming/
H A DCamelCaseNamingStrategyTest.php23 public function testCamelCaseNamingHandlesMultipleUppercaseLetters($propertyName, $expected) argument
29 self::assertEquals($expected, $strategy->translateName($mockProperty));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php39 $expected = array(
45 $this->assertEquals($expected, $result);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php39 $expected = array(
45 $this->assertEquals($expected, $result);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php39 $expected = array(
45 $this->assertEquals($expected, $result);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php47 $expected = <<<XML
53 $this->assertEquals($expected, $output);
H A DElementsTest.php111 $expected = <<<XML
124 $this->assertEquals($expected, $output);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php47 $expected = <<<XML
53 $this->assertEquals($expected, $output);
H A DElementsTest.php111 $expected = <<<XML
124 $this->assertEquals($expected, $output);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractPDOTest.php29 $expected = 'hash';
31 $this->assertEquals($expected, $backend->getDigestHash('realm','user'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DTooManyMatchesTest.php26 $expected = '<?xml version="1.0"?>
32 $this->assertEquals($expected, $output);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php590 $expected = [
594 $expected = [];
596 $expected = false;
598 $expected = [
602 $expected = [TEST_FILES_PATH . 'CoveredClass.php' => $lines];
606 $expected,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DJsonMatchesTest.php16 public function testEvaluate($expected, $jsonOther, $jsonValue) argument
19 $this->assertEquals($expected, $constraint->evaluate($jsonOther, '', true));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php266 protected function parseExact(string $expected): string argument
268 $length = strlen($expected);
269 if (substr($this->binary, $this->pos, $length) !== $expected) {
272 $expected
277 return $expected;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DResponseTest.php38 $expected = <<<HI
44 $this->assertEquals($expected, (string)$response);

12345678910>>...21