mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
FIX Flush extra methods cache on DataObjects after each unit test class has finished
This commit is contained in:
parent
311fd62d95
commit
7f6f5c9ec9
@ -85,5 +85,6 @@ class ExtensionTestState implements TestState
|
||||
|
||||
public function tearDownOnce($class)
|
||||
{
|
||||
DataObject::flush_extra_methods_cache();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user