Home
last modified time | relevance | path

Searched refs:assertCount (Results 1 – 25 of 34) sorted by relevance

12

/plugin/struct/_test/
DNestedResultTest.php80 $this->assertCount(0, $root->getChildren(true), 'no children expected');
81 $this->assertCount(12, $root->getResultRows(), '12 result rows expected');
94 $this->assertCount(2, $tree, '2 root nodes expected');
98 $this->assertCount(0, $tree[0]->getChildren(true), 'no children expected');
99 $this->assertCount(0, $tree[1]->getChildren(true), 'no children expected');
101 $this->assertCount(6, $tree[0]->getResultRows(), 'result rows');
102 $this->assertCount(6, $tree[1]->getResultRows(), 'result rows');
119 $this->assertCount(2, $tree, '2 root nodes expected');
123 $this->assertCount(2, $tree[0]->getChildren(true), '2 car brands expected');
124 $this->assertCount(3, $tree[1]->getChildren(true), '3 laptop brands expected');
[all …]
DSearchTest.php111 $this->assertCount(2, $result, 'result rows');
112 $this->assertCount(3, $result[0], 'result columns');
130 $this->assertCount(2, $result, 'result rows');
131 $this->assertCount(3, $result[0], 'result columns');
150 $this->assertCount(0, $result, 'result rows');
166 $this->assertCount(2, $result, 'result rows');
167 $this->assertCount(4, $result[0], 'result columns');
195 $this->assertCount(2, $result, 'result rows');
196 $this->assertCount(4, $result[0], 'result columns');
222 $this->assertCount(2, $result, 'result rows');
[all …]
DAggregationResultsTest.php71 $this->assertCount(1, $result);
87 $this->assertCount(1, $result);
90 $this->assertCount(1, $result);
93 $this->assertCount(0, $result);
101 $this->assertCount(6, $result);
104 $this->assertCount(4, $result);
109 $this->assertCount(2, $result);
120 $this->assertCount(3, $result);
124 $this->assertCount(1, $result);
128 $this->assertCount(0, $result);
[all …]
DAggregationFilterTest.php34 $this->assertCount(4, $values);
DSchemaImporterTest.php48 $this->assertCount(2, $columns);
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
DParserTest.php42 $this->assertCount(1, $diffs);
48 $this->assertCount(1, $chunks);
52 $this->assertCount(4, $chunks[0]->getLines());
61 $this->assertCount(1, $diffs);
64 $this->assertCount(3, $chunks);
70 $this->assertCount(5, $chunks[0]->getLines());
71 $this->assertCount(5, $chunks[1]->getLines());
72 $this->assertCount(4, $chunks[2]->getLines());
89 $this->assertCount(1, $diffs);
95 $this->assertCount(1, $chunks);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
DRepeatedTestTest.php26 $this->assertCount(2, $test);
29 $this->assertCount(2, $result);
35 $this->assertCount(6, $test);
38 $this->assertCount(6, $result);
44 $this->assertCount(0, $test);
47 $this->assertCount(0, $result);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
DRecurTest.php207 $this->assertCount(1, $result);
220 $this->assertCount(1, $result);
233 $this->assertCount(1, $result);
246 $this->assertCount(1, $result);
260 $this->assertCount(1, $result);
273 $this->assertCount(2, $result);
288 $this->assertCount(2, $result);
326 $this->assertCount(0, $result);
337 $this->assertCount(1, $result);
350 $this->assertCount(2, $result);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/
DEnumeratorTest.php36 $this->assertCount(1, $objects);
46 $this->assertCount(1, $objects);
56 $this->assertCount(1, $objects);
67 $this->assertCount(2, $objects);
82 $this->assertCount(2, $objects);
96 $this->assertCount(2, $objects);
111 $this->assertCount(2, $objects);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DSuiteTest.php69 $this->assertCount(1, $this->result);
81 $this->assertCount(2, $this->result);
95 $this->assertCount(1, $this->result);
114 $this->assertCount(1, $this->result);
123 $this->assertCount(2, $suite);
132 $this->assertCount(1, $suite);
145 $this->assertCount(1, $this->result);
157 $this->assertCount(1, $this->result);
208 $this->assertCount(4, $result->passed());
267 $this->assertCount(2, $result);
DTestCaseTest.php51 $this->assertCount(1, $result);
63 $this->assertCount(1, $result);
75 $this->assertCount(1, $result);
88 $this->assertCount(1, $result);
101 $this->assertCount(1, $result);
172 $this->assertCount(1, $result);
192 $this->assertCount(1, $result);
203 $this->assertCount(1, $result);
214 $this->assertCount(1, $result);
226 $this->assertCount(1, $result);
[all …]
DConstraintTest.php19 $this->assertCount(1, $constraint);
68 $this->assertCount(1, $constraint);
119 $this->assertCount(1, $constraint);
145 $this->assertCount(1, $constraint);
171 $this->assertCount(1, $constraint);
197 $this->assertCount(1, $constraint);
249 $this->assertCount(1, $constraint);
302 $this->assertCount(1, $constraint);
353 $this->assertCount(1, $constraint);
405 $this->assertCount(2, $constraint);
[all …]
DTestImplementorTest.php20 $this->assertCount(count($test), $result);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DStackTest.php7 $this->assertCount(0, $stack);
11 $this->assertCount(1, $stack);
22 $this->assertCount(0, $stack);
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
DFileLocatorTest.php64 $this->assertCount(1, $xmlFiles = $locator->findAllClasses('xml'));
67 $this->assertCount(3, $ymlFiles = $locator->findAllClasses('yml'));
/plugin/struct/_test/action/
DEditTest.php129 $this->assertCount(1, $structElement);
242 $this->assertCount(0, $revisions);
279 $this->assertCount(0, $revisions);
327 $this->assertCount(1, $revisions);
390 $this->assertCount(2, $revisions, 'there should be 2 (two) revisions');
453 $this->assertCount(2, $revisions, 'there should be 2 (two) revisions');
538 $this->assertCount(3, $revisions, 'there should be 3 (three) revisions');
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
DClassTest.php79 $this->assertCount(1, $ts->getClasses());
121 $this->assertCount(1, $ts->getClasses());
/plugin/sqlite/_test/
DSQLiteDBTest.php47 $this->assertCount(5, $result);
89 $this->assertCount(5, $result);
/plugin/pureldap/_test/
DADClientTest.php139 $this->assertCount(1, $groups);
156 $this->assertCount(1, $users);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
DBaseDriverTest.php39 self::assertCount(4, $m->xmlNamespaces);
295 self::assertCount(1, $m->fileResources);
377 self::assertCount(3, $m->xmlNamespaces);
445 self::assertCount(3, $m->propertyMetadata);
495 self::assertCount(3, $m->xmlNamespaces);
DNullDriverTest.php20 self::assertCount(0, $metadata->propertyMetadata);
/plugin/swarmwebhook/_test/
DZapierHandlePayload.test.php83 $this->assertCount(1, $rows, 'saving a payload twice should only create one row');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DEnvironmentTest.php370 $this->assertCount(1, $this->deprecations);
392 $this->assertCount(2, $twig->getNodeVisitors());
442 $this->assertCount(1, $this->deprecations);
469 $this->assertCount(1, $this->deprecations);
/plugin/webdav/_test/
Dwebdav.test.php85 $this->assertCount(1, $result, "XPath query $path");
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
DSymfonyValidatorValidatorSubscriberTest.php84 self::assertCount(2, $list);

12