Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
fix tests namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Sep 2, 2018
1 parent f898035 commit 29c67b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/Package/stubs/base-test.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace DummyNamespace;
namespace DummyNamespace\Tests;

use Orchestra\Testbench\TestCase as Orchestra;

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/Package/stubs/composer.stub
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"autoload-dev": {
"psr-4": {
"DummyComposerNamespaceTest\\": "tests"
"DummyComposerNamespaceTests\\": "tests"
}
},
"scripts": {
Expand Down

0 comments on commit 29c67b0

Please sign in to comment.