scratch – Diff between revs 115 and 117

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 115 Rev 117
Line 47... Line 47...
47 // skip test on Windows; PHP can't easily set file as unreadable on Windows 47 // skip test on Windows; PHP can't easily set file as unreadable on Windows
48 if ('\\' === DIRECTORY_SEPARATOR) { 48 if ('\\' === DIRECTORY_SEPARATOR) {
49 $this->markTestSkipped('This test cannot run on Windows.'); 49 $this->markTestSkipped('This test cannot run on Windows.');
50 } 50 }
Line 51... Line 51...
51   51  
52 $lockPath = sys_get_temp_dir().'/'.uniqid(); 52 $lockPath = sys_get_temp_dir().'/'.uniqid('', true);
53 $e = null; 53 $e = null;
Line 54... Line 54...
54 $wrongMessage = null; 54 $wrongMessage = null;
55   55