We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dce5956 + baf0711 commit 505c689Copy full SHA for 505c689
Test/BaseTest.php
@@ -47,19 +47,6 @@ public function getInstance(array $args = [])
47
48
public function setUp()
49
{
50
- /**
51
- * Require functions.php to be able to use the translate function
52
- */
53
- if (strpos(__DIR__, 'vendor') === false) {
54
- include_once __DIR__ . '/../../../../functions.php';
55
- } else {
56
- include_once __DIR__ . '/../../../../app/functions.php';
57
- }
58
-
59
- ini_set('error_reporting', E_ALL);
60
- ini_set('display_errors', '1');
61
- ini_set('display_startup_errors', '1');
62
63
$this->objectManagerHelper = new ObjectManager($this);
64
}
65
0 commit comments