@@ -61,16 +61,16 @@ |
||
| 61 | 61 | * |
| 62 | 62 | * @return $string |
| 63 | 63 | */ |
| 64 | - protected function getRootNamespace() |
|
| 65 | - { |
|
| 66 | - return $this->addon ? 'Tests\\'.studly_case($this->addon->name()) : 'Tests'; |
|
| 67 | - } |
|
| 64 | + protected function getRootNamespace() |
|
| 65 | + { |
|
| 66 | + return $this->addon ? 'Tests\\'.studly_case($this->addon->name()) : 'Tests'; |
|
| 67 | + } |
|
| 68 | 68 | |
| 69 | - /** |
|
| 70 | - * Get the root namespace for the class. |
|
| 71 | - * |
|
| 72 | - * @return string |
|
| 73 | - */ |
|
| 69 | + /** |
|
| 70 | + * Get the root namespace for the class. |
|
| 71 | + * |
|
| 72 | + * @return string |
|
| 73 | + */ |
|
| 74 | 74 | protected function getDefaultNamespace() |
| 75 | 75 | { |
| 76 | 76 | return $this->getRootNamespace() . ($this->option('unit') ? '\\Unit' : '\\Feature'); |