Skip to content

Commit

Permalink
improve code style in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Netzberufler committed Dec 14, 2023
1 parent 9cf7f73 commit c183dda
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion tests/PHPUnit/Unit/AbstractUnitTestcase.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

use Brain\Monkey;
Expand Down
5 changes: 4 additions & 1 deletion tests/PHPUnit/Unit/ConfigBuilderTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

use Inpsyde\WpStash\Config;
Expand Down
5 changes: 4 additions & 1 deletion tests/PHPUnit/Unit/ConfigTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

use Inpsyde\WpStash\Config;
Expand Down
5 changes: 4 additions & 1 deletion tests/PHPUnit/Unit/ObjectCacheProxyTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

use Brain\Monkey\Functions;
Expand Down
5 changes: 4 additions & 1 deletion tests/PHPUnit/Unit/StashAdapterTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

use Inpsyde\WpStash\StashAdapter;
Expand Down

0 comments on commit c183dda

Please sign in to comment.