Home
last modified time | relevance | path

Searched refs:assertEquals (Results 351 – 375 of 1007) sorted by last modified time

1...<<11121314151617181920>>...41

/plugin/vshare/_test/
H A DSitesTest.php60 $this->assertEquals($data['vid'], $match[1], "$site regex did not return vid");
H A DVideoSyntaxTest.php48 $this->assertEquals($ewidth, $width, 'width');
49 $this->assertEquals($eheight, $height, 'height');
50 $this->assertEquals($eparams, $eparams, 'height');
98 $this->assertEquals($expect, $result);
/plugin/tablelayout/_test/
H A Dgeneral.test.php30 $this->assertEquals('tablelayout', $info['base']);
/plugin/lms/_test/
H A DGeneralTest.php34 $this->assertEquals('lms', $info['base']);
61 $this->assertEquals(
H A DHelperTest.php27 $this->assertEquals(
34 $this->assertEquals(
41 $this->assertEquals(
48 $this->assertEquals(
60 $this->assertEquals(false, $result, '$id is not a lesson');
65 $this->assertEquals(false, $result, '$id is last lesson');
70 $this->assertEquals('foo:bar', $result, 'next lesson no user context');
74 $this->assertEquals('another_link', $result, 'skip seen lesson');
83 $this->assertEquals(false, $result, '$id is not a lesson');
88 $this->assertEquals(fals
[all...]
/plugin/instantpage/_test/
H A Dgeneral.test.php29 $this->assertEquals('instantpage', $info['base']);
51 $this->assertEquals(
/plugin/pureldap/_test/
H A DGroupHierarchyCacheTest.php
H A Dgeneral.test.php
/plugin/include/_test/
H A Dnamespace_includes.test.php70 $this->assertEquals(array(
81 $this->assertEquals(array(
86 $this->assertEquals(array(
92 $this->assertEquals(array(
98 $this->assertEquals(array(
107 $this->assertEquals(array(array('id' => 'mailinglist', 'exists' => true, 'parent_id' => '')), $pages);
138 $this->assertEquals($expected, $pages);
149 $this->assertEquals(array(
158 $this->assertEquals(array(
166 $this->assertEquals(arra
[all...]
H A Dpagemove_support.test.php27 $this->assertEquals('{{page>:start#start}} %%{{page>start}}%% {{section>wiki:syntax#tables&nofooter}} {{page>:}} {{section>test:start#test}}',rawWiki('test:editx'));
43 $this->assertEquals('{{section>links#foo}} {{page>test:edit}} {{page>test:edit&nofooter}} {{section>test:edit#test}} {{page>test:edit&nofooter}}', rawWiki('links'));
74 $this->assertEquals($text, rawWiki('new:namespace:main'));
H A Dsafeindex.test.php35 $this->assertEquals(array('parent', 'public'), ft_backlinks('foo:public'));
36 $this->assertEquals(array('child'), ft_backlinks('foo:private'));
37 $this->assertEquals(array('parent'), ft_backlinks('public_link'));
/plugin/move/_test/
H A Dnamespace_move.test.php98 $this->assertEquals('[[missing]]', rawWiki('newspace:page'));
H A Dplan.test.php55 $this->assertEquals(5, count($sorted));
56 $this->assertEquals('humans:programmers:andi', $sorted[0]['src']);
57 $this->assertEquals('animals:monkey', $sorted[1]['src']);
58 $this->assertEquals('yeti', $sorted[2]['src']);
59 $this->assertEquals('animals:mammals:bear', $sorted[3]['src']);
60 $this->assertEquals('humans:programmers', $sorted[4]['src']);
76 $this->assertEquals(3, count($list));
77 $this->assertEquals("animals:mammals:cute:otter\tanimals:mammals:otter", trim($list[2]));
78 $this->assertEquals("animals:mammals:cute:cat\tanimals:mammals:funny:cat", trim($list[1]));
79 $this->assertEquals("animal
[all...]
H A Dhandler.test.php35 $this->assertEquals($rel, $handler->relativeLink('foo', $new, 'page'));
38 $this->assertEquals('.deeper:', $handler->relativeLink('.deeper:', 'deep:namespace:deeper:start', 'page'));
39 $this->assertEquals('.:', $handler->relativeLink('.:', 'deep:namespace:start', 'page'));
71 $this->assertEquals($id, $handler->resolveMoves($match, 'page'));
H A Dmediamove.test.php36 $this->assertEquals('{{ mediareltest:myimage.png}} [[:start|{{ mediareltest:testimage.png?200x800 }}]] [[mediareltest:bar|{{mediareltest:testimage.gif?400x200}}]]
61 $this->assertEquals('{{foobar:logo.png?200}}', rawWiki('wiki:movetest'));
89 $this->assertEquals('{{foobar:logo_2.png?200}}', rawWiki('wiki:movetest'));
95 $this->assertEquals('{{:logo_2.png?200}}', rawWiki('wiki:movetest'));
122 $this->assertEquals('{{wiki:foobar:test_image.png?200|test image}}', rawWiki('wiki:movetest'));
H A Dpagemove.test.php207 $this->assertEquals($expectedContent, $newContent);
234 $this->assertEquals($expectedContent, $newContent);
265 $this->assertEquals($expectedContent, $newContent);
291 $this->assertEquals($expectedContent, $newContent);
323 $this->assertEquals($expectedContent, $newContent);
350 $this->assertEquals($expectedContent, $newContent);
381 $this->assertEquals($expectedContent, $newContent);
407 $this->assertEquals($expectedContent, $newContent);
441 $this->assertEquals($expectedContent, $newContent);
469 $this->assertEquals(
[all...]
/plugin/passpolicy/_test/
H A DGeneralTest.php34 $this->assertEquals('passpolicy', $info['base']);
61 $this->assertEquals(
H A DHelperTest.php67 $this->assertEquals(\helper_plugin_passpolicy::LENGTH_VIOLATION, $policy->error);
72 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
77 $this->assertEquals(\helper_plugin_passpolicy::USERNAME_VIOLATION, $policy->error);
91 $this->assertEquals(\helper_plugin_passpolicy::COMMON_VIOLATION, $policy->error);
102 $this->assertEquals(\helper_plugin_passpolicy::LEAK_VIOLATION, $policy->error);
127 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
133 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
135 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
140 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
142 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
[all …]
/plugin/csv/_test/
H A DGeneralTest.php34 $this->assertEquals('csv', $info['base']);
61 $this->assertEquals(
H A DCSVTest.php73 $this->assertEquals($expect, $result, $file);
109 $this->assertEquals('Jessica Jones', $data[2][1]);
148 $this->assertEquals($expect, $result);
/plugin/commentsyntax/_test/
H A Dsyntax.test.php48 $this->assertEquals($expectHtml, $this->getHtml($text));
/plugin/strata/_test/
H A Dstorage_graphs.test.php24 $this->assertEquals($data, array());
28 $this->assertEquals($data, array($expected1));
32 $this->assertEquals($data, array($expected2));
36 $this->assertEquals($data, array($expected1, $expected2));
H A Dstorage.test.php20 $this->assertEquals($data, $expected);
30 $this->assertEquals($data, $expected);
43 $this->assertEquals($data, $expected);
59 $this->assertEquals($data, $expected);
H A Dstorage_removes.test.php28 $this->assertEquals($data, array($this->expected1, $this->expected2, $this->expected3));
35 $this->assertEquals($data, array());
41 $this->assertEquals($data, array($this->expected2, $this->expected3));
45 $this->assertEquals($data, array());
51 $this->assertEquals($data, array($this->expected3));
55 $this->assertEquals($data, array());
61 $this->assertEquals($data, array($this->expected2, $this->expected3));
65 $this->assertEquals($data, array());
71 $this->assertEquals($data, array($this->expected1, $this->expected3));
77 $this->assertEquals(
[all...]
H A Dstrataquerytest.inc.php80 $this->assertEquals($x->valid(), $y->valid(), $message.'Number of result and expected rows differ: %s');
81 $this->assertEquals($x->current(), $y->current(), $message.'Result row differs from expected one: %s');

1...<<11121314151617181920>>...41