We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e96c7 commit 1bfc214Copy full SHA for 1bfc214
composer.json
@@ -23,7 +23,7 @@
23
"autoload": {
24
"psr-4": {
25
"Smoren\\QueryRelationManager\\": "src",
26
- "Smoren\\QueryRelationManager\\Tests\\Unit\\": "tests"
+ "Smoren\\QueryRelationManager\\Tests\\Unit\\": "tests/unit"
27
}
28
},
29
"config": {
tests/unit/MainTest.php
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+namespace Smoren\QueryRelationManager\Tests\Unit;
4
5
+class MainTest extends \Codeception\Test\Unit
6
+{
7
+ public function testFirst()
8
+ {
9
+ // TODO make tests
10
+ }
11
+}
0 commit comments