Skip to content

Commit 7d081c8

Browse files
committed
Fix missing property
1 parent 2b7ff3a commit 7d081c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Integration/WorkspaceTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
class WorkspaceTest extends IntegrationTestCase
99
{
10+
/**
11+
* @var Workspace
12+
*/
13+
private $workspace;
14+
1015
protected function setUp(): void
1116
{
1217
$this->workspace = Workspace::create($this->workspaceDir());

0 commit comments

Comments
 (0)