mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
Adding explicit use of database to tests
This commit is contained in:
parent
e71062aec5
commit
b3c89fea82
@ -2,6 +2,8 @@
|
||||
|
||||
class IFramePageTest extends SapphireTest
|
||||
{
|
||||
protected $usesDatabase = true;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
|
Loading…
Reference in New Issue
Block a user