Home
last modified time | relevance | path

Searched refs:assertEqual (Results 26 – 50 of 59) sorted by relevance

123

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.margin.boxes.php19 $this->assertEqual($box->get_width(), mm2pt(10));
20 $this->assertEqual($box->get_height(), mm2pt(10));
38 $this->assertEqual($box->get_width(), mm2pt(0));
39 $this->assertEqual($box->get_height(), mm2pt(10));
61 $this->assertEqual($box->get_height(), mm2pt(10));
H A Dtest.table.top-boundary.php24 $this->assertEqual($table->get_top_margin(),
28 $this->assertEqual($text->get_top_margin(),
53 $this->assertEqual($table->get_top_margin(),
57 $this->assertEqual($text->get_top_margin(),
H A Dtest.line-box.nested.php40 $this->assertEqual($outer_line->top, $inner2_line->top);
41 $this->assertEqual($outer_line->bottom, $inner2_line->bottom);
42 $this->assertEqual($inner1_line->bottom, $inner3_line->bottom);
43 $this->assertEqual($inner1_line->top, $inner3_line->top);
H A Dtest.font.inherit.php31 $this->assertEqual($body_font_size->getPoints()*2,
33 $this->assertEqual($outer_font_size->getPoints(),
63 $this->assertEqual($body_font_size->getPoints()*2,
65 $this->assertEqual($outer_font_size->getPoints()*2,
H A Dtest.pagebreak.border.php39 $this->assertEqual(count($page_heights), 2,
42 $this->assertEqual($page_heights[0],
81 $this->assertEqual(count($page_heights), 2,
84 $this->assertEqual($page_heights[0],
H A Dtest.pagebreak.php20 $this->assertEqual(count($page_heights), 2,
29 $this->assertEqual($page_heights[1],
43 $this->assertEqual($page_heights[1] >= $second_div->get_full_height(),
66 $this->assertEqual(count($page_heights), 2,
137 $this->assertEqual(count($page_heights), 2,
204 $this->assertEqual(count($page_heights), 2,
H A Dtest.tag.ul.type.php8 $this->assertEqual(LST_DISC, $ul->getCSSProperty(CSS_LIST_STYLE_TYPE));
11 $this->assertEqual(LST_CIRCLE, $ul->getCSSProperty(CSS_LIST_STYLE_TYPE));
14 $this->assertEqual(LST_SQUARE, $ul->getCSSProperty(CSS_LIST_STYLE_TYPE));
H A Dtest.css.page.break.after.php7 $this->assertEqual(PAGE_BREAK_AVOID, $div->getCSSProperty(CSS_PAGE_BREAK_AFTER));
17 $this->assertEqual(count($page_heights), 2);
22 $this->assertEqual($page_heights[0], $div->get_full_height());
H A Dtest.left.percentage.php35 $this->assertEqual($wrapper->get_left() + $wrapper->get_width() / 5 * $i,
71 $this->assertEqual($wrapper->get_left() + $wrapper->get_width() / 5 * $i,
112 $this->assertEqual($wrapper->get_left() + $wrapper->get_width() / 5 * $i,
H A Dtest.widows.php41 $this->assertEqual(count($page_heights), 2,
86 $this->assertEqual(count($page_heights), 2,
131 $this->assertEqual(count($page_heights), 2,
H A Dtest.orphans.inherit.php27 $this->assertEqual($div->getCSSProperty(CSS_ORPHANS), 0);
30 $this->assertEqual($div->getCSSProperty(CSS_ORPHANS), 0);
H A Dtest.relative.php22 $this->assertEqual($body->get_left(),
24 $this->assertEqual($body->get_top(),
H A Dtest.text-transform.php22 $this->assertEqual($body->get_left(),
24 $this->assertEqual($body->get_top(),
H A Dtest.block.absolute.php20 $this->assertEqual($block->get_top_margin(), $body->get_top() - mm2pt(20));
21 $this->assertEqual($block->get_left_margin(), mm2pt(10));
H A Dtest.table.absolute.php20 $this->assertEqual($table->get_top_margin(), $body->get_top() - mm2pt(17));
21 $this->assertEqual($table->get_left_margin(), mm2pt(11));
H A Dtest.containing.block.absolute.php32 $this->assertEqual($block->get_top_margin(), $container->get_top_padding() - mm2pt(3));
33 $this->assertEqual($block->get_left_margin(), $container->get_left_padding() + mm2pt(2));
H A Dtest.input.select.height.php10 $this->assertEqual($element->get_full_height(),
23 $this->assertEqual($element->get_full_height(),
H A Dtest.input.text.height.php10 $this->assertEqual($element->get_full_height(),
23 $this->assertEqual($element->get_full_height(),
H A Dtest.float.php22 $this->assertEqual($body->get_left(),
44 $this->assertEqual($body->get_right(),
H A Dtest.pagebreak.br.php26 $this->assertEqual(count($locations),
52 $this->assertEqual(count($locations),
H A Dtest.pagebreak.fixed.height.php15 $this->assertEqual(count($page_heights), 2,
18 $this->assertEqual($page_heights[0],
H A Dtest.html.mode.php7 $this->assertEqual($GLOBALS['g_config']['mode'], 'quirks');
H A Dtest.textarea.height.php10 $this->assertEqual($element->get_full_height(),
H A Dtest.textarea.width.php10 $this->assertEqual($element->get_full_width(),
/plugin/conflictmerger/tests/
H A Dmerge.test.php38 …$this->assertEqual("First paragraph modified by user 1\n\nSecond paragraph modified by user 2\n\nT…
84 $this->assertEqual('', $result);
104 $this->assertEqual('', $result);

123