Skip to content

Commit 1bfc214

Browse files
committed
fix
1 parent b1e96c7 commit 1bfc214

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"autoload": {
2424
"psr-4": {
2525
"Smoren\\QueryRelationManager\\": "src",
26-
"Smoren\\QueryRelationManager\\Tests\\Unit\\": "tests"
26+
"Smoren\\QueryRelationManager\\Tests\\Unit\\": "tests/unit"
2727
}
2828
},
2929
"config": {

tests/unit/MainTest.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)