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 fab898e commit 9560909Copy full SHA for 9560909
tests/DnsMasqTest.php
@@ -42,7 +42,7 @@ public function test_install_installs_and_places_configuration_files_in_proper_l
42
$dnsMasq->install('test');
43
44
$this->assertSame('nameserver 127.0.0.1'.PHP_EOL, file_get_contents(__DIR__.'/output/resolver/test'));
45
- $this->assertSame('address=/.test/127.0.0.1'.PHP_EOL, file_get_contents(__DIR__.'/output/custom-dnsmasq.conf'));
+ $this->assertSame('address=/.test/127.0.0.1'.PHP_EOL.'listen-address=127.0.0.1'.PHP_EOL, file_get_contents(__DIR__.'/output/custom-dnsmasq.conf'));
46
$this->assertSame('test-contents
47
48
conf-file='.__DIR__.'/output/custom-dnsmasq.conf
0 commit comments