mirror of
https://github.com/adlawson/php-vfs.git
synced 2025-01-10 09:02:15 +00:00
Add touch
acceptance test
This commit is contained in:
parent
90c02999bd
commit
f04b74ac94
@ -20,4 +20,9 @@ class StatAcceptanceTest extends AcceptanceTestCase
|
|||||||
{
|
{
|
||||||
$this->assertTrue(is_file("$this->scheme:///foo/bar"));
|
$this->assertTrue(is_file("$this->scheme:///foo/bar"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testTouch()
|
||||||
|
{
|
||||||
|
$this->assertTrue(touch("$this->scheme://foo/bar"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user