From 20c21aa06951cc3682b0910a2a37c59b72c84d96 Mon Sep 17 00:00:00 2001 From: Lasse Rafn Date: Mon, 18 Sep 2017 14:29:47 +0200 Subject: [PATCH] Update DnsMasqTest.php --- tests/DnsMasqTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DnsMasqTest.php b/tests/DnsMasqTest.php index ec0ff2c..84f48eb 100644 --- a/tests/DnsMasqTest.php +++ b/tests/DnsMasqTest.php @@ -41,7 +41,7 @@ public function test_install_installs_and_places_configuration_files_in_proper_l $dnsMasq->install('localhost'); - $this->assertSame('nameserver 127.0.0.1'.PHP_EOL, file_get_contents(__DIR__.'/output/resolver/dev')); + $this->assertSame('nameserver 127.0.0.1'.PHP_EOL, file_get_contents(__DIR__.'/output/resolver/localhost')); $this->assertSame('address=/.localhost/127.0.0.1'.PHP_EOL, file_get_contents(__DIR__.'/output/custom-dnsmasq.conf')); $this->assertSame('test-contents