Add a comment in Tests/cachefileTest.php for the 10s test concerning the unreleased lock

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2679 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-03-14 10:55:22 +00:00
parent a8b527fbf4
commit 9d522d5ad6

View File

@@ -70,6 +70,7 @@ class test_cachefile extends PHPUnit_Framework_TestCase
} }
// Previous cache in time file but lock : return content after lock timeout // Previous cache in time file but lock : return content after lock timeout
// This test takes 10s to wait the lock which will never be released
public function testRead4 () public function testRead4 ()
{ {
$c = new cachefile (); $c = new cachefile ();