File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
"autoload-dev" : {
69
69
"psr-4" : {
70
70
"CodeIgniter\\ " : " tests/system/" ,
71
- "CodeIgniter\\ AutoReview\\ " : " tests/AutoReview/" ,
72
71
"Utils\\ " : " utils/"
73
72
}
74
73
},
Original file line number Diff line number Diff line change 37
37
38
38
<testsuites >
39
39
<testsuite name =" AutoReview" >
40
- <directory >./tests/AutoReview</directory >
40
+ <directory >./tests/system/ AutoReview</directory >
41
41
</testsuite >
42
42
<testsuite name =" System" >
43
43
<directory >./tests/system</directory >
44
44
<exclude >./tests/system/Database</exclude >
45
+ <exclude >./tests/system/AutoReview</exclude >
45
46
</testsuite >
46
47
<testsuite name =" Database" >
47
48
<directory >./tests/system/Database</directory >
Original file line number Diff line number Diff line change 21
21
*
22
22
* @coversNothing
23
23
*
24
- * @group auto-review
24
+ * @group AutoReview
25
25
*/
26
26
final class ComposerJsonTest extends TestCase
27
27
{
@@ -32,8 +32,8 @@ protected function setUp(): void
32
32
{
33
33
parent ::setUp ();
34
34
35
- $ this ->devComposer = $ this ->getComposerJson (dirname (__DIR__ , 2 ) . '/composer.json ' );
36
- $ this ->frameworkComposer = $ this ->getComposerJson (dirname (__DIR__ , 2 ) . '/admin/framework/composer.json ' );
35
+ $ this ->devComposer = $ this ->getComposerJson (dirname (__DIR__ , 3 ) . '/composer.json ' );
36
+ $ this ->frameworkComposer = $ this ->getComposerJson (dirname (__DIR__ , 3 ) . '/admin/framework/composer.json ' );
37
37
}
38
38
39
39
public function testFrameworkRequireIsTheSameWithDevRequire (): void
You can’t perform that action at this time.
0 commit comments