Skip to content

Commit

Permalink
[zendframework#1] fix ob errors
Browse files Browse the repository at this point in the history
- HeadScript() and HeadStyle() each had tests with bad OB behavior under
  PHPUnit 3.6; fixed
  • Loading branch information
weierophinney committed Feb 21, 2012
1 parent ef1e8b1 commit 80d3f32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/Zend/View/Helper/HeadScriptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ public function testCannotNestCaptures()
$this->helper->__invoke()->captureEnd();
$this->assertContains('Cannot nest', $e->getMessage());
}
$this->helper->__invoke()->captureEnd();
}

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Zend/View/Helper/HeadStyleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ public function testNestedCapturingFails()
$this->helper->__invoke()->captureEnd();
$this->assertContains('Cannot nest', $e->getMessage());
}
$this->helper->__invoke()->captureEnd();
}

public function testMediaAttributeAsArray()
Expand Down

0 comments on commit 80d3f32

Please sign in to comment.