Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions Test/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ public function getInstance(array $args = [])

public function setUp()
{
/**
* Require functions.php to be able to use the translate function
*/
if (strpos(__DIR__, 'vendor') === false) {
include_once __DIR__ . '/../../../../functions.php';
} else {
include_once __DIR__ . '/../../../../app/functions.php';
}

ini_set('error_reporting', E_ALL);
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');

$this->objectManagerHelper = new ObjectManager($this);
}

Expand Down