Skip to content

Commit

Permalink
Removed redundant Test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Feb 29, 2016
1 parent bfd2ef6 commit 1565eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
":vendor\\:package_name\\Test\\": "tests" ":vendor\\:package_name\\": "tests"
} }
}, },
"scripts": { "scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/ExampleTest.php
@@ -1,6 +1,6 @@
<?php <?php


namespace League\Skeleton\Test; namespace League\Skeleton;


class ExampleTest extends \PHPUnit_Framework_TestCase class ExampleTest extends \PHPUnit_Framework_TestCase
{ {
Expand Down

0 comments on commit 1565eb3

Please sign in to comment.