Home
last modified time | relevance | path

Searched refs:expected (Results 126 – 150 of 514) sorted by relevance

12345678910>>...21

/plugin/strata/_test/
H A Dquery_operators_numeric.test.php75 $expected = array (
86 $this->assertQueryResult($query, $expected);
148 $expected = array (
159 $this->assertQueryResult($query, $expected);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DProphecyComparator.php19 public function accepts($expected, $actual) argument
21 return is_object($expected) && is_object($actual) && $actual instanceof ProphecyInterface;
24 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase … argument
26 …parent::assertEquals($expected, $actual->reveal(), $delta, $canonicalize, $ignoreCase, $processed);
/plugin/webcomponent/_test/
H A Dcard.test.php38 $expected = '<div class="card" style="width: 18rem;">'.DOKU_LF.
47 $this->assertEquals($expected, $xhtml);
62 $expected = '<div class="card" style="width: 18rem;">'.DOKU_LF.
72 $this->assertEquals($expected.$expected, $xhtml);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php137 public function testCustomEscaper($expected, $string, $strategy) argument
142 $this->assertSame($expected, twig_escape_filter($twig, $string, $strategy));
165 public function testTwigFirst($expected, $input) argument
168 $this->assertSame($expected, twig_first($twig, $input));
187 public function testTwigLast($expected, $input) argument
190 $this->assertSame($expected, twig_last($twig, $input));
209 public function testArrayKeysFilter(array $expected, $input) argument
211 $this->assertSame($expected, twig_get_array_keys_filter($input));
232 public function testInFilter($expected, $value, $compare) argument
234 $this->assertSame($expected, twig_in_filter($value, $compare));
[all …]
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DComparator.php46 * @param mixed $expected The first value to compare
50 abstract public function accepts($expected, $actual); argument
55 * @param mixed $expected First value to compare
63 …abstract public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ig… argument
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DEnumTest.php24 $expected = [
30 $this->assertEquals($expected, $result);
52 $expected = [
58 $this->assertEquals($expected, $result);
/plugin/lms/_test/
H A DHelperTest.php105 $expected = [
116 $this->assertEquals($expected, $result);
124 $expected = [
132 $this->assertEquals($expected, $result);
140 $expected = [];
142 $this->assertEquals($expected, $result);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php35 $expected = <<<ICS
72 $expected,
97 $expected = <<<ICS
116 $expected,
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DDateTest.php30 public function testDiffWithStringsFromGivenNow($expected, $translated, $date, $now) argument
33 $this->assertEquals($expected, $extension->diff($this->env, $date, $now));
45 public function testDiffWithDateTimeFromGivenNow($expected, $translated, $date, $now) argument
48 …$this->assertEquals($expected, $extension->diff($this->env, new DateTime($date), new DateTime($now…
60 public function testDiffCanReturnTranslatableString($expected, $translated, $date, $now) argument
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php18 …function parse($oldMessage, $newMessage, $expected = [], $currentUser = 'mailto:one@example.org') { argument
23 $this->assertEquals(count($expected), count($result));
25 foreach ($expected as $index => $ex) {
46 function process($input, $existingObject = null, $expected = false) { argument
85 if (is_null($expected)) {
91 $expected,
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDateTimeComparatorTest.php158 public function testAcceptsFails($expected, $actual) argument
161 $this->comparator->accepts($expected, $actual)
169 public function testAssertEqualsSucceeds($expected, $actual, $delta = 0.0) argument
174 $this->comparator->assertEquals($expected, $actual, $delta);
187 public function testAssertEqualsFails($expected, $actual, $delta = 0.0) argument
193 $this->comparator->assertEquals($expected, $actual, $delta);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php32 $expected = <<<ICS
71 $expected,
95 $expected = <<<ICS
116 $expected,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php32 $expected = <<<ICS
71 $expected,
95 $expected = <<<ICS
116 $expected,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DVCFExportTest.php55 $expected = "BEGIN:VCARD
69 $expected = str_replace("\n","\r\n", $expected);
71 $this->assertEquals($expected, $response->body);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php32 $expected = <<<ICS
71 $expected,
95 $expected = <<<ICS
116 $expected,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DUpperCaseConstantSniff.php63 $expected = strtoupper($keyword);
64 if ($keyword !== $expected) {
73 $expected,
79 $phpcsFile->fixer->replaceToken($stackPtr, $expected);
H A DLowerCaseConstantSniff.php73 $expected = strtolower($keyword);
74 if ($keyword !== $expected) {
83 $expected,
89 $phpcsFile->fixer->replaceToken($stackPtr, $expected);
/plugin/loglog/_test/
H A DLogging.test.php32 $expected = 4;
35 $this->assertEquals($expected, $actual);
48 $expected = [
58 $this->assertEquals($expected, $actual);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php15 $expected = array(
22 $expected,
43 $expected = array(
49 $expected,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php15 $expected = array(
22 $expected,
43 $expected = array(
49 $expected,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLastModifiedTest.php17 $expected = <<<XML
22 $this->assertXmlStringEqualsXmlString($expected, $result);
33 $expected = <<<XML
38 $this->assertXmlStringEqualsXmlString($expected, $result);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php15 $expected = array(
22 $expected,
43 $expected = array(
49 $expected,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php42 $expected = array(
128 $this->assertEquals($expected, $plugin->getFlatPrivilegeSet(''));
189 $expected = array(
196 $this->assertEquals($expected,$acl->getCurrentUserPrincipals());
199 $this->assertEquals($expected,$acl->getCurrentUserPrincipals());
266 $expected = array(
279 $this->assertEquals($expected,$aclPlugin->getCurrentUserPrivilegeSet('foo'));
/plugin/combo/ComboStrap/
H A DHtml.php103 public static function getDiffBetweenValuesSeparatedByBlank(string $expected, string $actual, string $expectedName = "expected class", string $actualName = "actual class"): string
105 $leftClasses = preg_split("/\s/", $expected);
127 public static function getDiffBetweenSrcSet(string $expected, string $actual)
129 $expectedSrcSets = explode(",", $expected);
134 throw new ExceptionNotEquals("The expected srcSet count ($countExpected) is not the same than the actual ($countActual).");
154 throw new ExceptionNotEquals("The expected width ($expectedWidth) of the srcSet ($i) is not the same than the actual ($actualWidth).");
171 public static function getDiffBetweenUrlStrings(string $expected, string $actual)
174 $url = Url::createFromString($expected);
176 throw new ExceptionBadSyntax("The expected UR
101 getDiffBetweenValuesSeparatedByBlank(string $expected, string $actual, string $expectedName = 'expected class', string $actualName = 'actual class') global() argument
125 getDiffBetweenSrcSet(string $expected, string $actual) global() argument
169 getDiffBetweenUrlStrings(string $expected, string $actual) global() argument
[all...]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php15 $expected = 1286965560;
19 $this->assertEquals($expected, $result->format('U'));
79 function testNegotiate($acceptHeader, $available, $expected) { argument
82 $expected,

12345678910>>...21