mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX Clear requirements after running a unit test
This commit is contained in:
parent
4499edc0ca
commit
15a641a99c
@ -224,6 +224,9 @@ class SapphireTest extends PHPUnit_Framework_TestCase {
|
||||
|
||||
// Preserve memory settings
|
||||
$this->originalMemoryLimit = ini_get('memory_limit');
|
||||
|
||||
// Clear requirements
|
||||
Requirements::clear();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user