We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef703aa + 30352cf commit 71e55eeCopy full SHA for 71e55ee
Tests/Constraints/FileValidatorTest.php
@@ -31,7 +31,7 @@ protected function setUp()
31
{
32
parent::setUp();
33
34
- $this->path = sys_get_temp_dir().DIRECTORY_SEPARATOR.'FileValidatorTest';
+ $this->path = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'FileValidatorTest';
35
$this->file = fopen($this->path, 'w');
36
fwrite($this->file, ' ', 1);
37
}
0 commit comments