|
@@ -53,7 +53,7 @@ discard block |
|
|
block discarded – undo |
|
53
|
53
|
*/ |
|
54
|
54
|
protected function getRootDirectory() |
|
55
|
55
|
{ |
|
56
|
|
- return ($this->addon ? $this->addon->path('tests') : $this->laravel->basePath().'/tests') . ($this->option('unit') ? '/Unit' : '/Feature'); |
|
|
56
|
+ return ($this->addon ? $this->addon->path('tests') : $this->laravel->basePath().'/tests').($this->option('unit') ? '/Unit' : '/Feature'); |
|
57
|
57
|
} |
|
58
|
58
|
|
|
59
|
59
|
/** |
|
@@ -63,7 +63,7 @@ discard block |
|
|
block discarded – undo |
|
63
|
63
|
*/ |
|
64
|
64
|
protected function getRootNamespace() |
|
65
|
65
|
{ |
|
66
|
|
- return ($this->addon ? $this->getRootNamespace().'\\Tests' : 'Tests') . ($this->option('unit') ? '\\Unit' : '\\Feature'); |
|
|
66
|
+ return ($this->addon ? $this->getRootNamespace().'\\Tests' : 'Tests').($this->option('unit') ? '\\Unit' : '\\Feature'); |
|
67
|
67
|
} |
|
68
|
68
|
|
|
69
|
69
|
/** |
Please login to merge, or discard this patch.