Skip to content

Commit

Permalink
Improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
danrwalker committed Jun 30, 2017
1 parent 18c7787 commit 74bf703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Core/Utilities/File.Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public function testCreate(){

$this->assertTrue(\Twist::File()->recursiveCreate(TWIST_APP.'/test'));

$this->assertFalse(\Twist::File()->recursiveCreate(TWIST_APP.'/test&(@HF@(F* 1`{][,.,./,+==%``~§ ^1w w-1 ?. w//s[qs\||'));
$this->assertFalse(\Twist::File()->recursiveCreate(TWIST_APP.'/../../../../../../../../../../../../../../../../test'));
}
}

0 comments on commit 74bf703

Please sign in to comment.