Skip to content

Commit 55a988d

Browse files
fix test
1 parent ea5bd6e commit 55a988d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_test/syntax.test.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ public function setup() {
1717
public function test_basic_syntax() {
1818
$xhtml = p_wiki_xhtml('test:plugin_textrotate');
1919
$doc = phpQuery::newDocument($xhtml);
20-
21-
$img = pq('img',$doc);
2220

23-
echo $doc;
21+
$this->assertContains('<img class="textrotate" src="lib/images/tmp/', $doc);
2422

2523
}
2624

0 commit comments

Comments
 (0)