Skip to content

Commit 9560909

Browse files
committed
Fix tests
1 parent fab898e commit 9560909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DnsMasqTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function test_install_installs_and_places_configuration_files_in_proper_l
4242
$dnsMasq->install('test');
4343

4444
$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'));
45+
$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'));
4646
$this->assertSame('test-contents
4747
4848
conf-file='.__DIR__.'/output/custom-dnsmasq.conf

0 commit comments

Comments
 (0)