mirror of
https://github.com/adlawson/php-vfs.git
synced 2024-11-22 04:25:12 +00:00
Test touching new and existing files
This commit is contained in:
parent
f04b74ac94
commit
ab2a2ad26f
@ -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"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user