Home
last modified time | relevance | path

Searched refs:assertEquals (Results 26 – 50 of 1007) sorted by last modified time

12345678910>>...41

/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php51 $this->assertEquals($expected, $this->getLogs());
83 $this->assertEquals($expected, $this->getLogs());
100 $this->assertEquals($expected, $this->getLogs());
123 $this->assertEquals($expected, $this->getLogs());
136 $this->assertEquals($expected, $this->getLogs());
/plugin/dw2pdf/_test/
H A DDokuImageProcessorTest.php69 $this->assertEquals($expected_file, $actual_file, '$file ' . $msg);
70 $this->assertEquals($expected_orig_srcpath, $actual_orig_srcpath, '$orig_srcpath ' . $msg);
H A DGeneralTest.php34 $this->assertEquals('dw2pdf', $info['base']);
61 $this->assertEquals(
H A DRendererTest.php40 $this->assertEquals($expectedbookmarklevels[$i], $actualbookmarklevel, "index:$i, lvl:$level");
H A DSyntaxExportLinkTest.php38 $this->assertEquals($expected_parser_response, $parser_response[2]);
43 $this->assertEquals($expected_renderer_response, $trimmed_renderer_response);
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php36 $this->assertEquals($result, $engine->render($src, $data));
83 $this->assertEquals($result, $engine->render($src, $data));
234 $this->assertEquals($result, $engine->render($src, $data));
252 $this->assertEquals('apple, banana, 0, zucchini', $engine->render($template, $data));
421 $this->assertEquals('Test helper is called', $engine->render('{{#test}}', []));
454 $this->assertEquals(0, count(glob($path . '/*')));
456 $this->assertEquals(1, count(glob($path . '/*')));
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DDayOfWeekFieldTest.php44 $this->assertEquals('2011-03-16 00:00:00', $d->format('Y-m-d H:i:s'));
48 $this->assertEquals('2011-03-14 23:59:00', $d->format('Y-m-d H:i:s'));
H A DFieldFactoryTest.php30 $this->assertEquals($class, get_class($f->getField($position)));
H A DHoursFieldTest.php33 $this->assertEquals('2011-03-15 12:00:00', $d->format('Y-m-d H:i:s'));
37 $this->assertEquals('2011-03-15 10:59:00', $d->format('Y-m-d H:i:s'));
50 $this->assertEquals('2011-03-15 12:00:00', $d->format('Y-m-d H:i:s'));
54 $this->assertEquals('2011-03-15 10:59:00', $d->format('Y-m-d H:i:s'));
68 $this->assertEquals('2011-03-15 12:00:00', $d->format('Y-m-d H:i:s'));
72 $this->assertEquals('2011-03-15 10:59:00', $d->format('Y-m-d H:i:s'));
H A DMonthFieldTest.php34 $this->assertEquals('2011-04-01 00:00:00', $d->format('Y-m-d H:i:s'));
38 $this->assertEquals('2011-02-28 23:59:00', $d->format('Y-m-d H:i:s'));
51 $this->assertEquals('2011-04-01 00:00:00', $d->format('Y-m-d H:i:s'));
55 $this->assertEquals('2011-02-28 23:59:00', $d->format('Y-m-d H:i:s'));
68 $this->assertEquals('2012-01-01 00:00:00', $d->format('Y-m-d H:i:s'));
79 $this->assertEquals('2010-12-31 23:59:00', $d->format('Y-m-d H:i:s'));
H A DYearFieldTest.php33 $this->assertEquals('2012-01-01 00:00:00', $d->format('Y-m-d H:i:s'));
35 $this->assertEquals('2011-12-31 23:59:00', $d->format('Y-m-d H:i:s'));
H A DCronExpressionTest.php21 $this->assertEquals('0 0 1 1 *', CronExpression::factory('@annually')->getExpression());
22 $this->assertEquals('0 0 1 1 *', CronExpression::factory('@yearly')->getExpression());
23 $this->assertEquals('0 0 * * 0', CronExpression::factory('@weekly')->getExpression());
35 $this->assertEquals('1', $cron->getExpression(CronExpression::MINUTE));
36 $this->assertEquals('2-4', $cron->getExpression(CronExpression::HOUR));
37 $this->assertEquals('*', $cron->getExpression(CronExpression::DAY));
38 $this->assertEquals('4,5,6', $cron->getExpression(CronExpression::MONTH));
39 $this->assertEquals('*/3', $cron->getExpression(CronExpression::WEEKDAY));
40 $this->assertEquals('1 2-4 * 4,5,6 */3', $cron->getExpression());
41 $this->assertEquals('
[all...]
H A DDayOfMonthFieldTest.php43 $this->assertEquals('2011-03-16 00:00:00', $d->format('Y-m-d H:i:s'));
47 $this->assertEquals('2011-03-14 23:59:00', $d->format('Y-m-d H:i:s'));
H A DMinutesFieldTest.php33 $this->assertEquals('2011-03-15 11:16:00', $d->format('Y-m-d H:i:s'));
35 $this->assertEquals('2011-03-15 11:15:00', $d->format('Y-m-d H:i:s'));
/plugin/structodt/_test/
H A Dgeneral.test.php27 $this->assertEquals('structodt', $info['base']);
48 $this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'structodt/conf/default.php and ' . DOKU_PLUGIN . 'structodt/conf/metadata.php have to exist and contain the same keys.');
/plugin/data/_test/
H A Dsyntax_plugin_data_table.test.php
H A Dhelper.test.php
H A DhelperAliases.test.php
H A Dsyntax_plugin_data_entry.test.php
/plugin/bpmnio/_test/
H A Dsyntax_plugin_bpmnio_bpmnio.test.php29 $this->assertEquals($expected, $xhtml);
51 $this->assertEquals($expected, $xhtml);
/plugin/smtp/_test/
H A Dmessage.test.php52 $this->assertEquals($expect, $message->toString());
H A Dgeneral.test.php27 $this->assertEquals('smtp', $info['base']);
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php50 $this->assertEquals($expected, $this->getLogs());
82 $this->assertEquals($expected, $this->getLogs());
95 $this->assertEquals($expected, $this->getLogs());
114 $this->assertEquals($expected, $this->getLogs());
127 $this->assertEquals($expected, $this->getLogs());
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php42 $this->assertEquals('localhost', $this->testHelper->getPropertyValue($this->smtp, 'host'));
43 $this->assertEquals('25', $this->testHelper->getPropertyValue($this->smtp, 'port'));
51 $this->assertEquals('none', $this->testHelper->getPropertyValue($this->smtp, 'username'));
52 $this->assertEquals('none', $this->testHelper->getPropertyValue($this->smtp, 'password'));
/plugin/farmer/_test/
H A Dhelper.test.php

12345678910>>...41