Skip to content

Commit d2829fb

Browse files
authored
Fix tests
1 parent f53682e commit d2829fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/FlorianvSwapExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function testProviderPriorities()
104104
// Fixer third
105105
$this->assertEquals($calls[2][0], 'add');
106106
$this->assertEquals($calls[2][1][0], 'fixer');
107-
$this->assertEquals($calls[2][1][1], ['access_key' => 'YOUR_KEY']);
107+
$this->assertEquals($calls[2][1][1], ['access_key' => 'YOUR_KEY', 'enterprise' => false]);
108108
}
109109

110110
public function testCacheMissTtl()

0 commit comments

Comments
 (0)