Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

Commit

Permalink
test another illegal location
Browse files Browse the repository at this point in the history
  • Loading branch information
spiechu committed Jun 9, 2014
1 parent a6f515d commit 53ba293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/JSONDiskCacheTest/SetupFilesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function testDirReadPerms()
public function testIllegalDirLocation()
{
$perms = 0777;
$errDir = realpath($this->testDir . '/../../..') . DIRECTORY_SEPARATOR . 'illegal_location_dir';
$errDir = realpath($this->testDir . '/../../../..') . DIRECTORY_SEPARATOR . 'illegal_location_dir';
$this->setupFiles->setupCacheDir($errDir, $perms);
}

Expand Down

0 comments on commit 53ba293

Please sign in to comment.