Skip to content

Commit

Permalink
Unify test namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Dec 6, 2018
1 parent 6a06803 commit c71517a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
"Laravel\\Tinker\\Tests\\": "tests/"
}
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion tests/TinkerCasterTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests;
namespace Laravel\Tinker\Tests;

use PHPUnit\Framework\TestCase;
use Laravel\Tinker\TinkerCaster;
Expand Down

0 comments on commit c71517a

Please sign in to comment.