diff --git a/composer.json b/composer.json index 92c0744..879d0b7 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "test:phpstan": "phpstan", "test:cs": "phpcs --colors src", "test:cs:fix": "phpcbf --colors src", - "test:unit": "phpunit", + "test:unit": "phpunit tests/Unit", "test": [ "@test:phpstan", "@test:cs", diff --git a/tests/AbstractCheckpointStorageTestBase.php b/tests/Integration/AbstractCheckpointStorageTestBase.php similarity index 97% rename from tests/AbstractCheckpointStorageTestBase.php rename to tests/Integration/AbstractCheckpointStorageTestBase.php index 136ef36..19efa59 100644 --- a/tests/AbstractCheckpointStorageTestBase.php +++ b/tests/Integration/AbstractCheckpointStorageTestBase.php @@ -1,11 +1,10 @@