Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit cc5810e

Browse files
author
Andrey Helldar
committed
Renamed classes
1 parent 7405d41 commit cc5810e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Laravel/LaravelTest.php renamed to tests/Laravel/MainTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Helldar\Support\Exceptions\FileNotFoundException;
66
use Tests\Cases\LaravelTestCase;
77

8-
final class LaravelTest extends LaravelTestCase
8+
final class MainTest extends LaravelTestCase
99
{
1010
public function testCommand()
1111
{

tests/Other/OtherTest.php renamed to tests/Other/MainTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Helldar\EnvSync\Support\Config;
1010
use Tests\Cases\OtherTestCase;
1111

12-
final class OtherTest extends OtherTestCase
12+
final class MainTest extends OtherTestCase
1313
{
1414
public function testContent()
1515
{

0 commit comments

Comments
 (0)