Skip to content

Commit 2791682

Browse files
Changed test namespace for consistency across projects.
1 parent f1124a3 commit 2791682

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"autoload-dev": {
2525
"psr-4": {
26-
"Test\\": "tests/"
26+
"GuillermoandraeTest\\": "tests/"
2727
}
2828
},
2929
"scripts": {

tests/Common/DumpableTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Test\Common;
3+
namespace GuillermoandraeTest\Common;
44

55
use Guillermoandrae\Common\DumpableTrait;
66
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)