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.
1 parent baba52b commit 99e329fCopy full SHA for 99e329f
Tests/DependencyInjection/ConfigurationTest.php
@@ -35,7 +35,6 @@ public function testGetConfigTreeBuilder()
35
$this->assertTrue($config['profiling']['enabled']);
36
$this->assertTrue($config['fake_ip']['enabled']);
37
$this->assertEquals('33.33.33.11', $config['fake_ip']['ip']);
38
- $this->assertFalse($config['fake_ip']['use_faker']);
39
}
40
41
public function testGetConfigTreeBuilderNoDebug()
0 commit comments