Skip to content

Commit 690962f

Browse files
committed
add method to get default workspace name
1 parent 640cebd commit 690962f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

inc/AbstractLoader.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ public function getWorkspaceName()
138138
return $this->workspacename;
139139
}
140140

141+
/**
142+
* @return string name of the default workspace of this repository
143+
*/
144+
public function getDefaultWorkspaceName()
145+
{
146+
return 'default';
147+
}
148+
141149
/**
142150
* @return string the additional workspace name used for tests that need it
143151
*/

0 commit comments

Comments
 (0)