Skip to content

Commit 7933fcc

Browse files
committed
Configure the test namespace Test\DEVizzent\CodeceptionMockServerHelper
1 parent 29a1b33 commit 7933fcc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"DEVizzent\\CodeceptionMockServerHelper\\": "src/"
99
}
1010
},
11+
"autoload-dev": {
12+
"psr-4": {
13+
"Test\\DEVizzent\\CodeceptionMockServerHelper\\": "tests/"
14+
}
15+
},
1116
"authors": [
1217
{
1318
"name": "Vicent Valls",

tests/Integration/SeeMockRequestWasCalledTest.php

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

3-
namespace Integration;
3+
namespace Test\DEVizzent\CodeceptionMockServerHelper\Integration;
44

55
use Codeception\Lib\ModuleContainer;
66
use DEVizzent\CodeceptionMockServerHelper\MockServerHelper;

tests/Integration/SeeMockRequestWasNotCalledTest.php

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

3-
namespace Integration;
3+
namespace Test\DEVizzent\CodeceptionMockServerHelper\Integration;
44

55
use Codeception\Lib\ModuleContainer;
66
use DEVizzent\CodeceptionMockServerHelper\MockServerHelper;

0 commit comments

Comments
 (0)