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 73a2419 + f9bdafc commit ee2e90bCopy full SHA for ee2e90b
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