Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit aa6fd32

Browse files
committed
Add missing assertion
- Failed to add an assertion to the new test!
1 parent 142e872 commit aa6fd32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ZendViewRendererTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,5 +376,6 @@ public function testWillRenderAViewModel()
376376

377377
$content = file_get_contents(__DIR__ . '/TestAsset/zendview.phtml');
378378
$content = str_replace('<?php echo $name ?>', 'Zend', $content);
379+
$this->assertEquals($content, $result);
379380
}
380381
}

0 commit comments

Comments
 (0)