Home
last modified time | relevance | path

Searched refs:expected (Results 301 – 325 of 514) sorted by relevance

1...<<1112131415161718192021

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php69 $expected = array(
96 $this->assertEquals($expected, $this->usercalendars->getACL());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-log-xml-isolation.phpt25 Failed asserting that 2 matches expected 3.
41 Failed asserting that 2 matches expected 3.
H A Ddataprovider-log-xml.phpt24 Failed asserting that 2 matches expected 3.
40 Failed asserting that 2 matches expected 3.
H A Dphpt-env.phpt12 _files/phpt-env.expected.txt
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php45 $expected = [
59 $this->assertEquals($expected, $result);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php87 $expected = strtolower($tokens[$nextCase]['content']);
90 $expected,
96 $phpcsFile->fixer->replaceToken($nextCase, $expected);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php73 public function testDeserializeDate($date, \DateTime $expected) argument
77 $this->assertEquals($expected, $deserialized);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php60 public function testForOptimizer($template, $expected) argument
66 foreach ($expected as $target => $withLoop) {
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DSentenceTest.php248 * @param string[] $expected
253 public function testSplit(array $expected, string $text) argument
255 $this->assertSame($expected, $this->object->split($text));
256 $this->assertSame(count($expected), $this->object->count($text));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DForEachLoopDeclarationSniff.php160 $expected = strtolower($content);
163 $expected,
169 $phpcsFile->fixer->replaceToken($asToken, $expected);
H A DSwitchDeclarationSniff.php106 $expected = strtolower($tokens[$nextCase]['content']);
109 $expected,
115 $phpcsFile->fixer->replaceToken($nextCase, $expected);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php225 $expected = trim($match[3], "\n ");
227 if ($expected !== $output) {
241 $this->assertEquals($expected, $output, $message.' (in '.$file.')');
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php93 $expected = array(
117 $this->assertEquals($expected[$i], $actual);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php93 $expected = array(
117 $this->assertEquals($expected[$i], $actual);
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php31 $expected = array('SebastianBergmann\GlobalState\TestFixture\SnapshotClass' => array(
37 $this->assertEquals($expected, $snapshot->staticAttributes());
/plugin/codehighlight/cp/languages/
H A Dtext.css5 /* do nothing as expected */
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php155 …$expected = "PROPNAME:" . str_repeat('!',66) . "\r\n " . str_repeat('!',74) . "\r\n " . str_repeat…
157 $this->assertEquals($expected,$property->serialize());
166 $expected = "PROPNAME:" . str_repeat('!',65) . "\r\n \xc3\xa4bla\r\n";
167 $this->assertEquals($expected, $property->serialize());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php154 …$expected = "PROPNAME:" . str_repeat('!', 66) . "\r\n " . str_repeat('!', 74) . "\r\n " . str_repe…
156 $this->assertEquals($expected, $property->serialize());
165 $expected = "PROPNAME:" . str_repeat('!', 65) . "\r\n \xc3\xa4bla\r\n";
166 $this->assertEquals($expected, $property->serialize());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php155 …$expected = "PROPNAME:" . str_repeat('!',66) . "\r\n " . str_repeat('!',74) . "\r\n " . str_repeat…
157 $this->assertEquals($expected,$property->serialize());
166 $expected = "PROPNAME:" . str_repeat('!',65) . "\r\n \xc3\xa4bla\r\n";
167 $this->assertEquals($expected, $property->serialize());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php155 …$expected = "PROPNAME:" . str_repeat('!',66) . "\r\n " . str_repeat('!',74) . "\r\n " . str_repeat…
157 $this->assertEquals($expected,$property->serialize());
166 $expected = "PROPNAME:" . str_repeat('!',65) . "\r\n \xc3\xa4bla\r\n";
167 $this->assertEquals($expected, $property->serialize());
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js158 var expected = [{name: 'Moe'}, {name: 'Curly'}, {name: 'Larry'}];
160 …assert.deepEqual(_.uniq(list, false, iterator), expected, 'uses the result of `iterator` for uniqu…
161 …assert.deepEqual(_.uniq(list, iterator), expected, '`sorted` argument defaults to false when omitt…
162 …assert.deepEqual(_.uniq(list, 'name'), expected, 'when `iterator` is a string, uses that key for c…
165 expected = [{score: 8}, {score: 10}];
167 …assert.deepEqual(_.uniq(list, true, iterator), expected, 'uses the result of `iterator` for unique…
168 …assert.deepEqual(_.uniq(list, true, 'score'), expected, 'when `iterator` is a string, uses that ke…
409 var expected = _.map(falsey, function(value) {
417 …assert.deepEqual(actual, expected, 'should treat falsey `fromIndex` values, except `0` and `NaN`, …
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php46 public function testSetAccessorOrderCustom(array $order, array $expected) argument
54 self::assertEquals($expected, array_keys($metadata->propertyMetadata));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php221 private $expected = []; variable in JMS\\Serializer\\Tests\\Serializer\\EventDispatcher\\MockListener
228 $this->expected[] = [$method, $args];
243 Assert::assertSame($this->expected, $this->actual, $message);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php128 $expected = 'BEGIN:VCALENDAR
145 $expected,
179 $expected = 'BEGIN:VCALENDAR
195 $expected,
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dsyntax_error_in_reused_template.test10 Twig\Error\SyntaxError: Unexpected token "operator" of value "=" ("end of statement block" expected

1...<<1112131415161718192021