Skip to content

Commit f1e6796

Browse files
committed
Revert "Fix tests"
This reverts commit 876cd0a.
1 parent af39205 commit f1e6796

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Functional/EventListenerConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class EventListenerConfigurationTest extends TestCase
1717
{
1818
public function testConsoleListenerConfiguration(): void
1919
{
20-
$config = ConfigFactory::create(dirname(__DIR__, 2), null);
20+
$config = ConfigFactory::create(new ConfigPaths(dirname(__DIR__, 2), 'config'), null);
2121

2222
$containerConfig = ContainerConfig::create()
2323
->withDefinitions($config->get('console'));

tests/Unit/HelloCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ public function testExecute(UnitTester $I): void
5858

5959
private function getConfig(): Config
6060
{
61-
return ConfigFactory::create(dirname(__DIR__, 2), null);
61+
return ConfigFactory::create(new ConfigPaths(dirname(__DIR__, 2), 'config'), null);
6262
}
6363
}

0 commit comments

Comments
 (0)