mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed fixture location for DbDatetimeTest
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@105198 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b470c565e7
commit
6ca91670f3
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
class DbDatetimeTest extends FunctionalTest {
|
||||
static $fixture_file = 'sqlite3/tests/DbDatetimeTest.yml';
|
||||
static $fixture_file = 'sapphire/tests/model/DbDatetimeTest.yml';
|
||||
|
||||
/**
|
||||
* Check if dates match more or less. This takes into the account the db query
|
||||
|
Loading…
Reference in New Issue
Block a user