/plugin/passpolicy/_test/ |
H A D | HelperTest.php | 153 $this->assertTrue(strlen($pw1) >= 6, 'pw too short'); 154 $this->assertTrue(strlen($pw2) >= 6, 'pw too short'); 164 $this->assertTrue(strlen($pw1) >= 18, 'pw too short'); 165 $this->assertTrue(strlen($pw2) >= 18, 'pw too short'); 175 $this->assertTrue(strlen($pw1) >= 6, 'pw too short'); 176 $this->assertTrue(strlen($pw2) >= 6, 'pw too short'); 186 $this->assertTrue(strlen($pw1) >= 18, 'pw too short'); 187 $this->assertTrue(strlen($pw2) >= 18, 'pw too short'); 197 $this->assertTrue(strlen($pw1) >= 18, 'pw too short'); 198 $this->assertTrue(strlen($pw2) >= 18, 'pw too short'); [all …]
|
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/ |
H A D | DayOfWeekFieldTest.php | 20 $this->assertTrue($f->validate('1')); 21 $this->assertTrue($f->validate('*')); 22 $this->assertTrue($f->validate('*/3,1,1-12')); 23 $this->assertTrue($f->validate('SUN-2')); 33 $this->assertTrue($f->isSatisfiedBy(new DateTime(), '?')); 59 $this->assertTrue($f->isSatisfiedBy(new DateTime(), '12#1')); 70 $this->assertTrue($f->isSatisfiedBy(new DateTime(), '3#6')); 79 $this->assertTrue($f->validate('MON#1')); 80 $this->assertTrue($f->validate('TUE#2')); 81 $this->assertTrue( [all...] |
H A D | AbstractFieldTest.php | 19 $this->assertTrue($f->isRange('1-2')); 30 $this->assertTrue($f->isIncrementsOfRanges('1/2')); 31 $this->assertTrue($f->isIncrementsOfRanges('*/2')); 32 $this->assertTrue($f->isIncrementsOfRanges('3-12/2')); 41 $this->assertTrue($f->isInRange('1', '1-2')); 42 $this->assertTrue($f->isInRange('2', '1-2')); 43 $this->assertTrue($f->isInRange('5', '4-12')); 54 $this->assertTrue($f->isInIncrementsOfRanges('3', '3-59/2')); 55 $this->assertTrue($f->isInIncrementsOfRanges('13', '3-59/2')); 56 $this->assertTrue( [all...] |
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.table.border.php | 27 $this->assertTrue($table_border->left->width->getPoints() > 0); 28 $this->assertTrue($table_border->right->width->getPoints() > 0); 29 $this->assertTrue($table_border->top->width->getPoints() > 0); 30 $this->assertTrue($table_border->bottom->width->getPoints() > 0); 39 $this->assertTrue($cell1_border->left->width->getPoints() > 0, 41 $this->assertTrue($cell1_border->right->width->getPoints() > 0, 43 $this->assertTrue($cell1_border->top->width->getPoints() > 0, 55 $this->assertTrue($cell2_border->left->width->getPoints() > 0, 59 $this->assertTrue($cell2_border->top->width->getPoints() > 0, 106 $this->assertTrue($cell1_border->top->width->getPoints() > 0, [all …]
|
H A D | test.img.align.php | 16 $this->assertTrue($span->get_bottom_margin() <= $text->get_bottom_margin(), 20 $this->assertTrue($span->get_bottom_margin() <= $img->get_bottom_margin(), 24 $this->assertTrue($span->get_top_margin() >= $text->get_top_margin(), 28 $this->assertTrue($span->get_top_margin() >= $img->get_top_margin(), 32 $this->assertTrue($text->get_bottom_margin() <= $img->get_bottom_margin(), 36 $this->assertTrue($text->get_top_margin() < $img->get_top_margin(), 54 $this->assertTrue($span->get_bottom_margin() <= $text->get_bottom_margin(), 58 $this->assertTrue($span->get_bottom_margin() <= $img->get_bottom_margin(), 62 $this->assertTrue($span->get_top_margin() >= $text->get_top_margin(), 66 $this->assertTrue($span->get_top_margin() >= $img->get_top_margin(), [all …]
|
H A D | test.css.parse.php | 7 $this->assertTrue($collection->contains(CSS_VISIBILITY)); 14 $this->assertTrue($collection->contains(CSS_VISIBILITY)); 31 $this->assertTrue($collection->contains(CSS_CONTENT)); 55 $this->assertTrue($collection->contains(CSS_COLOR)); 56 $this->assertTrue($collection->contains(CSS_FONT_WEIGHT)); 78 $this->assertTrue($collection->contains(CSS_COLOR)); 79 $this->assertTrue($collection->contains(CSS_FONT_WEIGHT)); 101 $this->assertTrue($collection->contains(CSS_COLOR)); 102 $this->assertTrue($collection->contains(CSS_FONT_WEIGHT)); 126 $this->assertTrue($collection->contains(CSS_COLOR)); [all …]
|
/plugin/uncmap/_test/ |
H A D | mapping.test.php | 90 $this->assertTrue( 94 $this->assertTrue( 98 $this->assertTrue( 102 $this->assertTrue( 117 $this->assertTrue( 121 $this->assertTrue( 125 $this->assertTrue( 140 $this->assertTrue( 144 $this->assertTrue( 148 $this->assertTrue( [all …]
|
/plugin/ifauthex/_test/ |
H A D | general.test.php | 235 $this->assertTrue(stristr($xhtml, 'showme') !== false); 236 $this->assertTrue(stristr($xhtml, 'hideme') === false); 240 $this->assertTrue(stristr($xhtml, 'showme') === false); 241 $this->assertTrue(stristr($xhtml, 'hideme') !== false); 249 $this->assertTrue(auth_expr_parse('user')->evaluate()); 251 $this->assertTrue(auth_expr_parse('!user2')->evaluate()); 253 $this->assertTrue(auth_expr_parse('@group')->evaluate()); 255 $this->assertTrue(auth_expr_parse('!@group2')->evaluate()); 290 $this->assertTrue(auth_expr_parse('user, @group')->evaluate()); 322 $this->assertTrue(mail_isvalid($info['email'])); [all …]
|
/plugin/const/_test/ |
H A D | constants.test.php | 31 $this->assertTrue(strpos($HTML, 'User:') !== false, 'anonymous'); 58 $this->assertTrue(strpos($HTML, 'YEAR:'.date('Y')) !== false); 59 $this->assertTrue(strpos($HTML, 'MONTH:'.date('m')) !== false); 60 $this->assertTrue(strpos($HTML, 'MONTHNAME:'.date('F')) !== false); 61 $this->assertTrue(strpos($HTML, 'WEEK:'.date('W')) !== false); 62 $this->assertTrue(strpos($HTML, 'DAY:'.date('d')) !== false); 63 $this->assertTrue(strpos($HTML, 'DAYNAME:'.date('l')) !== false); 96 $this->assertTrue(@preg_match('/RANDOM:\d+/',$HTML) === 1); 97 $this->assertTrue(strpos($HTML, 'AUTOINDEX1:1') !== false); 98 $this->assertTrue(strpos($HTML, 'AUTOINDEX2:2') !== false); [all …]
|
/plugin/filelist/_test/ |
H A D | filelist.test.php |
|
/plugin/include/_test/ |
H A D | nested_include.test.php | 39 $this->assertTrue(strpos($mainHTML, 'Main Content') !== false, 'Main content contains "Main Content"'); 40 $this->assertTrue($this->_matchHeader('1', 'Main Test Page', $mainHTML), 'Main page header is h1'); 41 $this->assertTrue(strpos($mainHTML, 'Second Content') !== false, 'Main content contains "Second Content"'); 42 $this->assertTrue($this->_matchHeader('2', 'Second Test Page', $mainHTML), 'Second page header on main page is h2'); 43 $this->assertTrue(strpos($mainHTML, 'Third Content') !== false, 'Main content contains "Third Content"'); 44 $this->assertTrue($this->_matchHeader('3', 'Third Test Page', $mainHTML), 'Third page header on main page is h3'); 45 $this->assertTrue(strpos($secondHTML, 'Second Content') !== false, 'Second content contains "Second Content"'); 46 $this->assertTrue($this->_matchHeader('1', 'Second Test Page', $secondHTML), 'Second page header on second page is h1'); 47 $this->assertTrue(strpos($secondHTML, 'Third Content') !== false, 'Second content contains "Third Content"'); 48 $this->assertTrue( [all...] |
H A D | pagemove_support.test.php | 26 $this->assertTrue($move->movePage('editx', 'test:editx')); 42 $this->assertTrue($move->movePage('editx', 'test:edit')); 71 $this->assertTrue($move->movePage('old:namespace:main', 'new:namespace:main')); 72 $this->assertTrue($move->movePage('old:namespace:1:page_1', 'new:namespace:1:page_1')); 73 $this->assertTrue($move->movePage('old:namespace:1:page_2', 'new:namespace:1:page_2'));
|
/plugin/simplenavi/_test/ |
H A D | SimplenaviTest.php |
|
/plugin/move/_test/ |
H A D | mediamove.test.php | 34 $this->assertTrue($move->movePage($src, $dst)); 57 $this->assertTrue($move->moveMedia($src, $dst)); 59 $this->assertTrue(@file_exists(mediaFn('foobar:logo.png'))); 85 $this->assertTrue($move->moveMedia($src, $dst)); 87 $this->assertTrue(@file_exists(mediaFn('foobar:logo_2.png'))); 91 $this->assertTrue($move->moveMedia($dst, 'logo_2.png')); 93 $this->assertTrue(@file_exists(mediaFn('logo_2.png'))); 118 $this->assertTrue($move->moveMedia($src, $dst)); 120 $this->assertTrue(@file_exists(mediaFn('wiki:foobar:test_image.png')));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | AllowAccessTest.php | 33 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 42 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 51 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 60 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 69 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 78 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 87 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 96 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 105 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 120 $this->assertTrue($this->server->emit('beforeBind', ['testdir/file'])); [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/ |
H A D | GeneratorTest.php | 39 $this->assertTrue(method_exists($mock, 'testFunction')); 58 $this->assertTrue(method_exists($mock, 'unset')); 66 $this->assertTrue(method_exists($mock, 'count')); 73 $this->assertTrue(method_exists($mock, 'doSomething')); 88 $this->assertTrue(method_exists($mock, 'nonexistentMethod')); 89 $this->assertTrue(method_exists($mock, 'doSomething')); 141 $this->assertTrue(method_exists($mock, 'nonexistentMethod')); 142 $this->assertTrue(method_exists($mock, 'doSomething')); 143 $this->assertTrue($mock->mockableMethod()); 144 $this->assertTrue($mock->anotherMockableMethod()); [all …]
|
/plugin/conflictmerger/tests/ |
H A D | acceptance.test.php | 86 $this->assertTrue($this->click($this->cancelButton)); 98 $this->assertTrue($this->click($this->saveButton)); 114 $this->assertTrue($this->click($this->saveButton)); 130 $this->assertTrue($this->click($this->saveButton)); 160 $this->assertTrue($this->click($this->editButton)); 172 $this->assertTrue($this->click($this->saveButton)); 184 $this->assertTrue($this->click($this->saveButton)); 197 $this->assertTrue($this->click($this->editButton)); 210 $this->assertTrue($this->click($this->editButton)); 219 $this->assertTrue($this->click($this->saveButton)); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | PropPatchTest.php | 28 $this->assertTrue($this->propPatch->commit()); 32 $this->assertTrue($hasRan); 50 $this->assertTrue($hasRan); 68 $this->assertTrue($hasRan); 87 $this->assertTrue($hasRan); 121 $this->assertTrue($hasRan); 208 $this->assertTrue($calledA); 259 $this->assertTrue($calledA); 260 $this->assertTrue($result); 291 $this->assertTrue($calledA); [all …]
|
H A D | ObjectTreeTest.php | 46 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt')); 57 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2')); 58 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2/subfile.txt')); 69 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt')); 81 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir/file2.txt')); 93 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2')); 94 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2/subfile.txt'));
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | TestCaseTest.php | 109 $this->assertTrue($test->setUp); 113 $this->assertTrue($test->tearDown); 121 $this->assertTrue($test->setUp); 125 $this->assertTrue($test->tearDown); 133 $this->assertTrue($test->setUp); 145 $this->assertTrue($test->setUp); 157 $this->assertTrue($test->setUp); 182 $this->assertTrue($test->wasRun); 608 $this->assertTrue($mock->bar()); 616 $this->assertTrue($mock->foo()); [all …]
|
H A D | ConstraintTest.php | 300 $this->assertTrue($constraint->evaluate(2, '', true)); 351 $this->assertTrue($constraint->evaluate(1, '', true)); 402 $this->assertTrue($constraint->evaluate(1, '', true)); 543 $this->assertTrue($constraint->evaluate(1, '', true)); 851 $this->assertTrue($constraint->evaluate(0, '', true)); 1245 $this->assertTrue($constraint->evaluate(0, '', true)); 1347 $this->assertTrue($constraint->evaluate(0, '', true)); 1396 $this->assertTrue($constraint->evaluate(0, '', true)); 1448 $this->assertTrue($constraint->evaluate(1, '', true)); 1500 $this->assertTrue($constraint->evaluate(1, '', true)); [all …]
|
/plugin/strata/_test/ |
H A D | storage.test.php | 15 $this->assertTrue($OK); 25 $this->assertTrue($OK); 35 $this->assertTrue($OK); 37 $this->assertTrue($OK); 48 $this->assertTrue($OK); 50 $this->assertTrue($OK); 52 $this->assertTrue($OK);
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/ |
H A D | BlacklistTest.php | 38 $this->assertTrue($this->blacklist->isGlobalVariableBlacklisted('variable')); 55 $this->assertTrue( 67 $this->assertTrue( 79 $this->assertTrue( 91 $this->assertTrue( 106 $this->assertTrue(
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarObjectTest.php | 41 $this->assertTrue($children[0] instanceof CalendarObject); 82 $this->assertTrue($children[0] instanceof CalendarObject); 96 $this->assertTrue($children[0] instanceof CalendarObject); 114 $this->assertTrue($children[0] instanceof CalendarObject); 130 $this->assertTrue($children[0] instanceof CalendarObject); 145 $this->assertTrue($children[0] instanceof CalendarObject); 157 $this->assertTrue($children[0] instanceof CalendarObject); 167 $this->assertTrue($children[0] instanceof CalendarObject); 205 $this->assertTrue($children[0] instanceof CalendarObject); 254 $this->assertTrue($children[0] instanceof CalendarObject); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | SchedulingObjectTest.php | 59 $this->assertTrue($children[0] instanceof SchedulingObject); 101 $this->assertTrue($children[0] instanceof SchedulingObject); 113 $this->assertTrue($children[0] instanceof SchedulingObject); 129 $this->assertTrue($children[0] instanceof SchedulingObject); 134 $this->assertTrue(is_int($lastMod) || ctype_digit($lastMod) || is_null($lastMod)); 144 $this->assertTrue($children[0] instanceof SchedulingObject); 156 $this->assertTrue($children[0] instanceof SchedulingObject); 166 $this->assertTrue($children[0] instanceof SchedulingObject); 204 $this->assertTrue($children[0] instanceof SchedulingObject); 253 $this->assertTrue($children[0] instanceof SchedulingObject); [all …]
|