Skip to content

Commit

Permalink
Fix test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Oct 3, 2017
1 parent 3a5f7e4 commit 3fc6b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Flysystem/AssetAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function testPublicAdapter()
}

// Rewrite rules
$this->assertContains('RewriteRule .* ../framework/main.php?url=%1 [QSA]', $content);
$this->assertContains('RewriteRule .* ../vendor/silverstripe/framework/main.php?url=%1 [QSA]', $content);
$this->assertContains('RewriteRule error[^\\\\/]*\\.html$ - [L]', $content);

// Test flush restores invalid content
Expand Down

0 comments on commit 3fc6b08

Please sign in to comment.