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

Commit

Permalink
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 97c8948 commit be371bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/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 test/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 be371bf

Please sign in to comment.