Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-maticluznar committed Jul 26, 2024
1 parent c928908 commit e7f8017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/Unit/Caching/IgnoreCacheHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use Inpsyde\Assets\Tests\Unit\AbstractTestCase;
use Inpsyde\Assets\Util\AssetHookResolver;
use Inpsyde\WpContext;

use function PHPUnit\Framework\assertSame;

class IgnoreCacheHandlerTest extends AbstractTestCase
Expand Down
1 change: 1 addition & 0 deletions tests/phpunit/Unit/Caching/IgnoreSitegroundCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

use Inpsyde\Assets\Caching\IgnoreSitegroundCache;
use Inpsyde\Assets\Tests\Unit\AbstractTestCase;

use function PHPUnit\Framework\assertSame;

class IgnoreSitegroundCacheTest extends AbstractTestCase
Expand Down
1 change: 1 addition & 0 deletions tests/phpunit/Unit/Caching/IgnoreW3TotalCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

use Inpsyde\Assets\Caching\IgnoreW3TotalCache;
use Inpsyde\Assets\Tests\Unit\AbstractTestCase;

use function PHPUnit\Framework\assertSame;

class IgnoreW3TotalCacheTest extends AbstractTestCase
Expand Down

0 comments on commit e7f8017

Please sign in to comment.