Skip to content

Commit c9711ec

Browse files
committed
[+]: Restructuring of tests folder.
1 parent e3fed73 commit c9711ec

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
processIsolation="false">
1515

1616
<testsuites>
17-
<testsuite name="Test Suite">
18-
<directory>./tests</directory>
17+
<testsuite name="unit">
18+
<directory>./tests/Unit</directory>
1919
</testsuite>
2020
</testsuites>
2121

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

3-
namespace BinaryCube\DotArray\Tests\Integration;
3+
namespace BinaryCube\DotArray\Tests\Unit;
44

55
/**
66
* ArrayDataProvider
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22

3-
namespace BinaryCube\DotArray\Tests\Integration;
3+
namespace BinaryCube\DotArray\Tests\Unit;
44

55
use BinaryCube\DotArray\DotArray;
6-
use BinaryCube\DotArray\Tests\TestCase;
76

87
/**
98
* BasicArrayTest
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22

3-
namespace BinaryCube\DotArray\Tests\Integration;
3+
namespace BinaryCube\DotArray\Tests\Unit;
44

55
use BinaryCube\DotArray\DotArray;
6-
use BinaryCube\DotArray\Tests\TestCase;
76

87
/**
98
* CreateTest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace BinaryCube\DotArray\Tests;
3+
namespace BinaryCube\DotArray\Tests\Unit;
44

55
/**
66
* TestCase

0 commit comments

Comments
 (0)