Skip to content

Commit

Permalink
umask for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vasa-c committed Apr 22, 2017
1 parent 2edeb51 commit 40e5348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FSTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class FSTest extends \PHPUnit_Framework_TestCase
*/
public function setUp()
{
umask(0777);
var_dump(umask());
$this->fs = new FS();
$this->tmp = __DIR__.'/'.self::TMP_DIR;
clearstatcache(true);
Expand Down

0 comments on commit 40e5348

Please sign in to comment.