Home
last modified time | relevance | path

Searched refs:expected (Results 201 – 225 of 514) sorted by relevance

12345678910>>...21

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DIsJsonTest.php16 public function testEvaluate($expected, $jsonOther) argument
19 $this->assertEquals($expected, $constraint->evaluate($jsonOther, '', true));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateVCardTest.php78 $expected = array(
83 $this->assertEquals($expected, $this->cardBackend->getCard('addressbook1','blabla.vcf'));
162 $expected = array(
167 $this->assertEquals($expected, $this->cardBackend->getCard('addressbook1','blabla.vcf'));
/plugin/icalevents/vendor/sabre/uri/tests/
H A DSplitTest.php31 foreach ($strings as $input => $expected) {
34 …$this->assertEquals($expected, $output, 'The expected output for \'' . $input . '\' was incorrect'…
H A DResolveTest.php10 function testResolve($base, $update, $expected) { argument
13 $expected,
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php17 $expected = implode("\r\n", array(
26 $this->assertEquals($expected, $card->serialize());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php17 $expected = implode("\r\n", array(
26 $this->assertEquals($expected, $card->serialize());
/plugin/davcal/vendor/sabre/uri/tests/
H A DSplitTest.php31 foreach($strings as $input => $expected) {
34 …$this->assertEquals($expected, $output, 'The expected output for \'' . $input . '\' was incorrect'…
H A DResolveTest.php10 function testResolve($base, $update, $expected) { argument
13 $expected,
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php17 $expected = implode("\r\n", array(
26 $this->assertEquals($expected, $card->serialize());
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/
H A DCodeException.php31 public function __construct($expected, $received, $serverMessage = null) argument
33 $message = "Unexpected return code - Expected: {$expected}, Got: {$received}";
/plugin/strata/_test/
H A Dquery_sort.test.php47 $expected = array (
62 $this->assertQueryResult($query, $expected);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php19 $expected = implode("\r\n", [
28 $this->assertEquals($expected, $card->serialize());
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php182 $this->assertSame($expected, $p->$getter());
196 $p->setInput($expected);
212 fwrite($stream, $expected);
282 public function testValidInput($expected, $value) argument
1179 $expected = '012';
1185 $this->assertSame($expected, $result);
1423 $this->assertEquals($expected, $env);
1444 $expected = ['BAR' => 'BAZ', 'FOO' => 'BAR'];
1446 unset($expected['FOO']);
1448 $this->assertSame($expected, $env);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php10 function testGetNormalizedValue($expected, $input) { argument
16 $expected,
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php10 function testGetNormalizedValue($expected, $input) { argument
16 $expected,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php10 function testGetNormalizedValue($expected, $input) { argument
16 $expected,
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php10 function testGetNormalizedValue($expected, $input) { argument
16 $expected,
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Serializer/
H A DEnumTest.php21 $expected = <<<XML
30 $this->assertXmlStringEqualsXmlString($expected, $xml);
H A DRepeatingElementsTest.php20 $expected = <<<XML
29 $this->assertXmlStringEqualsXmlString($expected, $xml);
/plugin/elasticsearch/_test/
H A Ddocindex.test.php55 * @param $expected
57 public function testDocx($file, $expected) argument
59 $this->assertEquals($expected, $this->docparser->parse($file));
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DRepeatingElementsTest.php26 $expected = [
31 $this->assertEquals($expected, $result);
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DMultibyteTest.php14 public function testSplit($expected, $pattern, $subject, $limit = -1, $flags = 0) argument
16 $this->assertSame($expected, Multibyte::split($pattern, $subject, $limit, $flags));
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageTest.php100 $expected = [
105 $this->assertEquals($expected, $message->getHeaders());
126 $expected = [
131 $this->assertEquals($expected, $message->getHeaders());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalTest.php110 $expected = array(
116 $this->assertEquals($expected,$principal->getAlternateUriSet());
126 $expected = array();
128 $this->assertEquals($expected,$principal->getAlternateUriSet());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1726 $expected = array(
1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');

12345678910>>...21