mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fixing error in Task tests
This commit is contained in:
parent
8dc675335a
commit
e2591537ed
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class ControllerTaskTest extends CakeTestCase {
|
||||||
public function teardown() {
|
public function teardown() {
|
||||||
unset($this->Task);
|
unset($this->Task);
|
||||||
ClassRegistry::flush();
|
ClassRegistry::flush();
|
||||||
|
App::build();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue