mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Fix regressions from src folder creation (#6272)
This commit is contained in:
parent
82c3bc7c98
commit
019e99dd4d
@ -239,9 +239,9 @@ class TestSession {
|
||||
* @return SimplePage The response if available
|
||||
*/
|
||||
public function lastPage() {
|
||||
require_once("thirdparty/simpletest/http.php");
|
||||
require_once("thirdparty/simpletest/page.php");
|
||||
require_once("thirdparty/simpletest/form.php");
|
||||
require_once("simpletest/http.php");
|
||||
require_once("simpletest/page.php");
|
||||
require_once("simpletest/form.php");
|
||||
|
||||
$builder = new SimplePageBuilder();
|
||||
if($this->lastResponse) {
|
||||
|
@ -7,4 +7,4 @@ $project = 'mysite';
|
||||
global $database;
|
||||
$database = '';
|
||||
|
||||
require_once(__DIR__ . '/../../conf/ConfigureFromEnv.php');
|
||||
require_once('conf/ConfigureFromEnv.php');
|
||||
|
Loading…
Reference in New Issue
Block a user