Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dam-bal committed Dec 6, 2024
1 parent 525efe1 commit dea3cf6
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 @@ -17,7 +17,7 @@
},
"autoload-dev": {
"psr-4": {
"VendorOrProject\\Tests\\": "tests/"
"Tests\\VendorOrProject\\": "tests/"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion tests/TestClassTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace VendorOrProject\Tests;
namespace Tests\VendorOrProject;

use PHPUnit\Framework\TestCase;
use VendorOrProject\TestClass;
Expand Down

0 comments on commit dea3cf6

Please sign in to comment.