|
@@ -31,7 +31,7 @@ discard block |
|
|
block discarded – undo |
|
31
|
31
|
public function create()
|
|
32
|
32
|
{
|
|
33
|
33
|
|
|
34
|
|
- if(!file_exists(app()->path()->tests())){
|
|
|
34
|
+ if (!file_exists(app()->path()->tests())) {
|
|
35
|
35
|
$this->directory['test'] = app()->path()->tests();
|
|
36
|
36
|
$this->file->makeDirectory($this);
|
|
37
|
37
|
}
|
|
@@ -40,7 +40,7 @@ discard block |
|
|
block discarded – undo |
|
40
|
40
|
$this->argument['testNamespace'] = ucfirst($this->argument['test']);
|
|
41
|
41
|
$this->argument['projectName'] = strtolower($this->projectName());
|
|
42
|
42
|
|
|
43
|
|
- $this->touch['test/test']= app()->path()->tests().'/'.ucfirst($this->argument['test']).'.php';
|
|
|
43
|
+ $this->touch['test/test'] = app()->path()->tests().'/'.ucfirst($this->argument['test']).'.php';
|
|
44
|
44
|
|
|
45
|
45
|
|
|
46
|
46
|
$this->file->touch($this);
|
Please login to merge, or discard this patch.