Home
last modified time | relevance | path

Searched refs:assertTrue (Results 251 – 275 of 430) sorted by path

1...<<1112131415161718

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php43 $this->assertTrue(is_dir($dir));
51 $this->assertTrue(class_exists($this->classname, false));
97 $this->assertTrue(is_dir($this->directory));
121 $this->assertTrue(is_dir($this->directory.'/cache'));
139 $this->assertTrue(is_dir($key));
150 $this->assertTrue(is_dir($dir));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php312 $this->assertTrue($twig->hasExtension('ext1'));
313 $this->assertTrue($twig->hasExtension('ext2'));
315 …$this->assertTrue($twig->hasExtension('Twig_Tests_EnvironmentTest_Extension_DynamicWithDeprecatedN…
325 $this->assertTrue($twig->hasExtension('Twig_Tests_EnvironmentTest_Extension'));
326 $this->assertTrue($twig->hasExtension('\Twig_Tests_EnvironmentTest_Extension'));
331 $this->assertTrue($twig->hasExtension('Twig\Tests\EnvironmentTest\Extension'));
354 $this->assertTrue($found);
415 $this->assertTrue($twig->isTemplateFresh('page', time()));
H A DTemplateWrapperTest.php28 $this->assertTrue($wrapper->hasBlock('foo'));
33 $this->assertTrue($wrapper->hasBlock('foo'));
34 $this->assertTrue($wrapper->hasBlock('imported'));
38 $this->assertTrue($wrapper->hasBlock('foo'));
39 $this->assertTrue($wrapper->hasBlock('extended'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php23 …$this->assertTrue(\in_array(twig_random($env, $value1, $value2), $expectedInArray, true)); // asse…
82 $this->assertTrue(\is_int($val) && $val >= 0 && $val <= $max);
115 …$this->assertTrue(\in_array(twig_convert_encoding($rand, 'UTF-8', 'ISO-8859-1'), ['Ä', 'é'], true)…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DArrayTest.php97 $this->assertTrue($loader->isFresh('foo', time()));
H A DChainTest.php122 $this->assertTrue($loader->exists('foo'));
H A DFilesystemTest.php241 $this->assertTrue($loader->exists('index.html'));
243 $this->assertTrue($loader->exists('@foo/index.html'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DAutoEscapeTest.php25 $this->assertTrue($node->getAttribute('value'));
H A DForTest.php36 $this->assertTrue($node->getAttribute('ifexpr'));
H A DIncludeTest.php32 $this->assertTrue($node->getAttribute('only'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php27 $this->assertTrue($node->getAttribute('output'));
39 $this->assertTrue($node->getAttribute('output'));
54 $this->assertTrue($node->getAttribute('output'));
67 …$this->assertTrue($this->checkForConfiguration($stream, $target, $withLoop), sprintf('variable %s …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php28 $this->assertTrue($profile->isRoot());
37 $this->assertTrue($profile->isTemplate());
46 $this->assertTrue($profile->isBlock());
55 $this->assertTrue($profile->isMacro());
77 …$this->assertTrue($profile->getDuration() > 0, sprintf('Expected duration > 0, got: %f', $profile-…
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php79 $this->assertTrue(strpos($haystack, $needle) !== FALSE, $message);
83 $this->assertTrue(in_array($needle, $haystack), $message);
289 function assertTrue($condition, $message = '') { function in PHPUnit_Assert
/plugin/gdpr/_test/
H A DGeneral.test.php34 $this->assertTrue(mail_isvalid($info['email']));
36 $this->assertTrue(false !== strtotime($info['date']));
/plugin/highlightparent/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.content.php20 $this->assertTrue($collection->contains(CSS_CONTENT));
31 $this->assertTrue($collection->contains(CSS_HTML2PS_HTML_CONTENT));
42 $this->assertTrue($collection->contains(CSS_CONTENT));
62 $this->assertTrue($collection->contains(CSS_CONTENT));
82 $this->assertTrue($collection->contains(CSS_CONTENT));
93 $this->assertTrue($collection->contains(CSS_CONTENT));
104 $this->assertTrue($collection->contains(CSS_CONTENT));
105 $this->assertTrue($collection->contains(CSS_HTML2PS_HTML_CONTENT));
H A Dtest.css.margin.boxes.php60 $this->assertTrue($box->get_width() >= $expected_width);
H A Dtest.css.parse.php7 $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 …]
H A Dtest.iframe.src.empty.php11 $this->assertTrue(true);
H A Dtest.iframe.src.missing.php11 $this->assertTrue(true);
H A Dtest.img.align.php16 $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 Dtest.line-box.nested.php44 $this->assertTrue($inner1_line->top < $inner2_line->top);
45 $this->assertTrue($inner1_line->bottom > $inner2_line->bottom);
H A Dtest.note-call.width.php44 $this->assertTrue($max_right < $p->get_right(),
77 $this->assertTrue($max_right < $p->get_right(),
H A Dtest.pagebreak.php24 $this->assertTrue($page_heights[0] <= mm2pt($media->real_height()),
H A Dtest.table.border.php27 $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 …]

1...<<1112131415161718