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 abd4e2a commit 26abfdcCopy full SHA for 26abfdc
tests/Commands/CreatorTest.php
@@ -13,7 +13,7 @@ public function testCreateAction()
13
14
$filename = date('Y_m_d_His') . '_foo_example.php';
15
16
- $path = database_path('actions/' . $filename);
+ $path = $this->targetDirectory($filename);
17
18
$this->assertFileDoesNotExist($path);
19
0 commit comments