mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 20:12:42 +00:00
Add missing parent calls.
Fixes piles of failing tests.
This commit is contained in:
parent
9fbd57331f
commit
72c3059d94
28 changed files with 42 additions and 76 deletions
|
@ -30,6 +30,7 @@ class AppTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function tearDown() {
|
||||
parent::tearDown();
|
||||
CakePlugin::unload();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue