Test touching new and existing files

This commit is contained in:
adlawson 2014-09-06 19:23:30 +01:00
parent f04b74ac94
commit ab2a2ad26f
1 changed files with 5 additions and 0 deletions

View File

@ -25,4 +25,9 @@ class StatAcceptanceTest extends AcceptanceTestCase
{
$this->assertTrue(touch("$this->scheme://foo/bar"));
}
public function testTouchNew()
{
$this->assertTrue(touch("$this->scheme://foo/baz"));
}
}