FIX Flush extra methods cache on DataObjects after each unit test class has finished

This commit is contained in:
Robbie Averill 2018-10-20 13:59:03 +02:00
parent 311fd62d95
commit 7f6f5c9ec9

View File

@ -85,5 +85,6 @@ class ExtensionTestState implements TestState
public function tearDownOnce($class)
{
DataObject::flush_extra_methods_cache();
}
}