Skip to content

Commit 505c689

Browse files
Merge pull request #1011 from jissereitsma/patch-2
Remove unneeded code in tests
2 parents dce5956 + baf0711 commit 505c689

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Test/BaseTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,6 @@ public function getInstance(array $args = [])
4747

4848
public function setUp()
4949
{
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-
6350
$this->objectManagerHelper = new ObjectManager($this);
6451
}
6552

0 commit comments

Comments
 (0)