Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfromearth committed Oct 12, 2018
1 parent 55a988d commit ee4d483
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _test/syntax.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ public function setup() {

public function test_basic_syntax() {
$xhtml = p_wiki_xhtml('test:plugin_textrotate');
$doc = phpQuery::newDocument($xhtml);

$this->assertContains('<img class="textrotate" src="lib/images/tmp/', $doc);
$this->assertContains('<img class="textrotate" src="lib/images/tmp/', $xhtml);

}

Expand Down

0 comments on commit ee4d483

Please sign in to comment.