Skip to content

Commit 9485fb8

Browse files
Moved src
1 parent 9f101b6 commit 9485fb8

File tree

7 files changed

+5
-86
lines changed

7 files changed

+5
-86
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php" : "^7.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "5.*"
22+
"phpunit/phpunit": "^5.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

tests/MatchesSnapshots.php renamed to src/MatchesSnapshots.php

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

3-
namespace Spatie\Snapshots\Test;
3+
namespace Spatie\Snapshots;
44

55
trait MatchesSnapshots
66
{

src/SkeletonClass.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/SkeletonFacade.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/SkeletonServiceProvider.php

Lines changed: 0 additions & 36 deletions
This file was deleted.

tests/Snapshot.php renamed to src/Snapshot.php

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

3-
namespace Spatie\Snapshots\Test;
3+
namespace Spatie\Snapshots;
44

55
use DOMDocument;
66
use ReflectionClass;

tests/ExampleTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Spatie\Snapshots\Test;
44

5+
use Spatie\Snapshots\MatchesSnapshots;
6+
57
class ExampleTest extends \PHPUnit_Framework_TestCase
68
{
79
use MatchesSnapshots;

0 commit comments

Comments
 (0)