We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5bd6e commit 55a988dCopy full SHA for 55a988d
_test/syntax.test.php
@@ -17,10 +17,8 @@ public function setup() {
17
public function test_basic_syntax() {
18
$xhtml = p_wiki_xhtml('test:plugin_textrotate');
19
$doc = phpQuery::newDocument($xhtml);
20
-
21
- $img = pq('img',$doc);
22
23
- echo $doc;
+ $this->assertContains('<img class="textrotate" src="lib/images/tmp/', $doc);
24
25
}
26
0 commit comments