Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c9711ec

Browse files
[+]: 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

‎tests/Integration/ArrayDataProvider.php renamed to ‎tests/Unit/ArrayDataProvider.php

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

‎tests/Integration/BasicArrayTest.php renamed to ‎tests/Unit/BasicArrayTest.php

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

‎tests/Integration/CreateTest.php renamed to ‎tests/Unit/CreateTest.php

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

‎tests/TestCase.php renamed to ‎tests/Unit/TestCase.php

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)

AltStyle によって変換されたページ (->オリジナル) /