Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maztch committed May 30, 2019
1 parent a83f0be commit ba6cd94
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Iloveimg/FileTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\iloveimg;
namespace Tests\Iloveimg;

use Iloveimg\File;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion tests/Iloveimg/IloveTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\iloveimg;
namespace Tests\Iloveimg;

use Iloveimg\CompressTask;
use Iloveimg\Iloveimg;
Expand Down
2 changes: 1 addition & 1 deletion tests/Iloveimg/IloveimgTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\iloveimg;
namespace Tests\Iloveimg;

use Iloveimg\Iloveimg;
use PHPUnit\Framework\TestCase;
Expand Down
1 change: 0 additions & 1 deletion tests/bootstrap.no_autoload.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?php

require_once __DIR__ . '/../init.php';
require_once __DIR__ . '/TestCase.php';

0 comments on commit ba6cd94

Please sign in to comment.