Home
last modified time | relevance | path

Searched refs:assertSame (Results 1 – 25 of 108) sorted by last modified time

12345

/plugin/sqlite/_test/
H A DHelperTest.php254 $this->assertSame(0, $SqliteHelper->res2count(false));
262 $this->assertSame(0, $SqliteHelper->countChanges(false), 'Empty result');
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DMultibyteTest.php16 $this->assertSame($expected, Multibyte::split($pattern, $subject, $limit, $flags));
H A DSentenceTest.php33 $this->assertSame(0, $this->object->count(''));
34 $this->assertSame(0, $this->object->count(' '));
35 $this->assertSame(0, $this->object->count("\n"));
43 $this->assertSame(1, $this->object->count('Hello'));
44 $this->assertSame(1, $this->object->count('Hello.'));
45 $this->assertSame(1, $this->object->count('Hello...'));
46 $this->assertSame(1, $this->object->count('Hello!'));
47 $this->assertSame(1, $this->object->count('Hello?'));
48 $this->assertSame(1, $this->object->count('Hello?!'));
56 $this->assertSame(
[all...]
/plugin/dw2pdf/_test/
H A DActionPagenameSortTest.php101 $this->assertSame($prepared, $input);
/plugin/data/_test/
H A Ddb.test.php
H A Dsyntax_plugin_data_entry.test.php
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php44 $this->assertSame($this->smtp, $result);
53 $this->assertSame($this->smtp, $result);
/plugin/farmer/_test/
H A DgetUserLine.test.php
/plugin/structacl/_test/
H A DConfigTest.php43 $this->assertSame($expected, $config);
59 $this->assertSame($expected, $config);
75 $this->assertSame($expected, $config);
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php71 $this->assertSame('foofoo', (string) $a);
73 $this->assertSame('', (string) $a);
74 $this->assertSame(0, $a->getSize());
82 $this->assertSame('', (string) $a);
108 $this->assertSame(0, $a->tell());
114 $this->assertSame(9, $a->tell());
153 $this->assertSame('', (string) $a);
H A DStreamDecoratorTraitTest.php57 $this->assertSame($this->b, $this->b->setSize(2));
114 $this->assertSame($this->b->getMetadata(), $this->a->getMetadata());
115 $this->assertSame($this->b->getMetadata('uri'), $this->a->getMetadata('uri'));
H A DStreamTest.php116 $this->assertSame(ftell($handle), $stream->tell());
135 $this->assertSame($r, $stream->detach());
147 $this->assertSame('', (string) $stream);
148 $this->assertSame('', $stream->getContents());
192 $this->assertSame(file_get_contents(__FILE__), (string) $s);
206 $this->assertSame($s, Stream::factory($s));
H A DAsyncReadStreamTest.php73 $this->assertSame($buffer, $a->stream);
118 $this->assertSame($b, $buffer);
152 $this->assertSame($buf, $buffer);
179 $this->assertSame($buf, $b);
H A DGuzzleStreamWrapperTest.php18 $this->assertSame('foo', fread($handle, 3));
19 $this->assertSame(3, ftell($handle));
20 $this->assertSame(3, fwrite($handle, 'bar'));
21 $this->assertSame(0, fseek($handle, 0));
22 $this->assertSame('foobar', fread($handle, 6));
59 $this->assertSame('foobar', (string) $stream);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php14 $this->assertSame($s, $e->getStream());
/plugin/elasticsearch/_test/
H A Dacl.test.php134 $this->assertSame($expected, auth_aclcheck($page, $user, [$group]));
/plugin/publish/_test/
H A Dhelper.test.php47 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
80 $this->assertSame($helper->is_dir_valid($namespace_list,$id),$result,$msg);
H A Dmail.test.php48 $this->assertSame(255,auth_quickaclcheck('foo'));
59 $this->assertSame($expected_revision, $actual_lastapproved_helper);
H A Dmail.unit.test.php38 $this->assertSame($expected_apprejlink, $actual_apprejlink);
/plugin/vshare/_test/
H A DSitesTest.php55 $this->assertSame(
/plugin/tablelayout/_test/
H A DbuildSyntaxFromJSON.test.php71 $this->assertSame($expected_syntax, $actual_syntax, $msg);
/plugin/pureldap/_test/
H A DADClient.test.php
/plugin/move/_test/
H A DaffectedPagesNs.test.php54 $this->assertSame('oldns:start',trim($affected_file[0]));
H A Dnamespace_move.test.php58 $this->assertSame(1, $plan->nextStep(),'pages');
59 $this->assertSame(1, $plan->nextStep(),'media');
60 $this->assertSame(1, $plan->nextStep(),'missing');
61 $this->assertSame(1, $plan->nextStep(),'namespace');
63 $this->assertSame(0, $plan->nextStep(),'done');
89 $this->assertSame(1, $plan->nextStep(),'page');
90 $this->assertSame(1, $plan->nextStep(),'missing');
93 $this->assertSame(0, $plan->nextStep(),'done');
258 $this->assertSame(0, $plan->nextStep(), 'done');
300 $this->assertSame(0, $plan->nextStep(), 'done');
[all …]

12345