Skip to content

Commit

Permalink
Fix test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
asilgalis committed Jan 3, 2022
1 parent c3a976e commit 9ab14f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"autoload": {
"psr-0": {"M6Web\\Component\\RedisMock": "src/"}
},
"autoload-dev": {
"psr-4": {"M6Web\\Component\\RedisMock\\Tests\\Units\\": "tests/units/"}
},
"require": {
"php": ">=7.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/units/RedisMock.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace M6Web\Component\RedisMock\tests\units;
namespace M6Web\Component\RedisMock\Tests\Units;

use atoum;
use M6Web\Component\RedisMock\RedisMock as Redis;
Expand Down
2 changes: 1 addition & 1 deletion tests/units/RedisMockFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace M6Web\Component\RedisMock\tests\units;
namespace M6Web\Component\RedisMock\Tests\Units;

use M6Web\Component\RedisMock\RedisMockFactory as Factory;
use atoum;
Expand Down

0 comments on commit 9ab14f0

Please sign in to comment.