We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a9386 commit d13bdebCopy full SHA for d13bdeb
tests/ServiceProvider/Bindings/TwigTest.php
@@ -29,7 +29,7 @@ public function testTwigOptions()
29
30
// Make sure that twig.options sets the storage path automatically
31
$this->assertEmpty($config['cache']);
32
- $this->assertEquals($options['cache'], realpath(__DIR__.'/../..').'/storage/framework/views/twig');
+ $this->assertEquals(realpath($options['cache']), realpath(__DIR__.'/../..').'/storage/framework/views/twig');
33
34
// Make sure same config is returned
35
$options['cache'] = null;
0 commit comments