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.
1 parent 0218d87 commit 30352cfCopy full SHA for 30352cf
Tests/Constraints/FileValidatorTest.php
@@ -36,7 +36,7 @@ protected function setUp()
36
{
37
parent::setUp();
38
39
- $this->path = sys_get_temp_dir().DIRECTORY_SEPARATOR.'FileValidatorTest';
+ $this->path = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'FileValidatorTest';
40
$this->file = fopen($this->path, 'w');
41
fwrite($this->file, ' ', 1);
42
}
0 commit comments