mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Add missing calls to parent.
This commit is contained in:
parent
717b1ded00
commit
3f9e8e8113
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ class CakeResponseTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function setUp() {
|
||||
parent::setUp();
|
||||
ob_start();
|
||||
}
|
||||
|
||||
|
@ -39,6 +40,7 @@ class CakeResponseTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function tearDown() {
|
||||
parent::tearDown();
|
||||
ob_end_clean();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue