Skip to content

Commit

Permalink
Laravel Resource Reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Sep 4, 2023
1 parent 4388cbc commit b10054e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
<coverage/>
<testsuites>
<testsuite name="Laravel Priority Queue Test Suite">
<testsuite name="Laravel Resource Reducer Test Suite">
<directory suffix=".php">./tests/</directory>
<exclude>./tests/TestCase.php</exclude>
<exclude>./tests/Assertions.php</exclude>
<exclude>./tests/App</exclude>
</testsuite>
</testsuites>
<php>
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Helpers/HelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Model;
use PHPUnit\Framework\TestCase;
use ShipSaasReducer\Helpers\Helper;
use ShipSaasReducer\Tests\TestCase;
use stdClass;

class HelperTest extends TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Helpers/RequestHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace ShipSaasReducer\Tests\Unit\Helpers;

use Illuminate\Http\Request;
use PHPUnit\Framework\TestCase;
use ShipSaasReducer\Helpers\RequestHelper;
use ShipSaasReducer\Tests\TestCase;

class RequestHelperTest extends TestCase
{
Expand Down

0 comments on commit b10054e

Please sign in to comment.