diff --git a/.gitignore b/.gitignore index fa0fcb5..269432d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ composer.lock /tests/cache/ .vscode/settings.json +.phpunit.cache \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index 16a68f1..acc8a57 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,19 +1,13 @@ - - - - tests - - - - - - src - - + + + + tests + + + + + src + + diff --git a/tests/SushiTest.php b/tests/SushiTest.php index 6d16159..d719df2 100644 --- a/tests/SushiTest.php +++ b/tests/SushiTest.php @@ -141,15 +141,6 @@ function uses_same_cache_between_requests() $this->markTestSkipped("I can't find a good way to test this right now."); } - /** - * @test - * @group skipped - * */ - function use_same_cache_between_requests() - { - $this->markTestSkipped("I can't find a good way to test this right now."); - } - /** @test */ function adds_primary_key_if_needed() {