Skip to content

Commit 0e48364

Browse files
committed
Updated namespace for unit tests.
1 parent 66b5a99 commit 0e48364

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

tests/CreatesApplication.php

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

3-
namespace Tests;
4-
3+
namespace BayAreaWebPro\SimpleCsv\Tests;
54
use Illuminate\Contracts\Console\Kernel;
65

76
trait CreatesApplication

tests/TestCase.php

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

3-
namespace Tests;
4-
3+
namespace BayAreaWebPro\SimpleCsv\Tests;
54
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
65

76
abstract class TestCase extends BaseTestCase

tests/Unit/DefaultTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
22

3-
namespace Tests\Unit;
4-
use BayAreaWebPro\SimpleCsv\SimpleCsv;
3+
namespace BayAreaWebPro\SimpleCsv\Tests\Unit;
4+
55
use Illuminate\Support\Collection;
6+
use BayAreaWebPro\SimpleCsv\SimpleCsv;
7+
use BayAreaWebPro\SimpleCsv\Tests\TestCase;
68
use Symfony\Component\HttpFoundation\StreamedResponse;
7-
use Tests\TestCase;
89

910
class DefaultTest extends TestCase
1011
{

0 commit comments

Comments
 (0)