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 add60cc commit 7fbd49aCopy full SHA for 7fbd49a
tests/Integration/InvalidGuidesXmlTest.php
@@ -22,7 +22,7 @@ final class InvalidGuidesXmlTest extends TestCase
22
protected function setUp(): void
23
{
24
$this->tempDir = sys_get_temp_dir() . '/render-guides-invalid-test-' . uniqid();
25
- mkdir($this->tempDir, 0755, true);
+ mkdir($this->tempDir, 0o755, true);
26
27
// Copy fixture files to temp directory
28
copy(self::FIXTURE_SOURCE . '/guides.xml.fixture', $this->tempDir . '/guides.xml');
0 commit comments