updated shared run config. ignore phpunit cache

This commit is contained in:
Ivan Fedorov 2021-03-11 14:14:00 +03:00 committed by Ivan Fedorov
parent 4b9e344209
commit 5c89305a06
3 changed files with 16 additions and 6 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ vendor
composer.lock
.php_cs.cache
.phpunit.result.cache

View File

@ -0,0 +1,15 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="AllTests" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
<TestRunner class="StubTests\BaseStubsTest" directory="$PROJECT_DIR$/tests" scope="Pattern">
<test_patterns>
<composite_test_pattern class_fqn="StubTests\StubsTypeHintsTest" file_path="$PROJECT_DIR$/tests/StubsTypeHintsTest.php" />
<composite_test_pattern class_fqn="StubTests\StubsParameterNamesTest" file_path="$PROJECT_DIR$/tests/StubsParameterNamesTest.php" />
<composite_test_pattern class_fqn="StubTests\StubsMetaInternalTagTest" file_path="$PROJECT_DIR$/tests/StubsMetaInternalTagTest.php" />
<composite_test_pattern class_fqn="StubTests\StubsMetaExpectedArgumentsTest" file_path="$PROJECT_DIR$/tests/StubsMetaExpectedArgumentsTest.php" />
<composite_test_pattern class_fqn="StubTests\StubsPhpDocTest" file_path="$PROJECT_DIR$/tests/StubsPhpDocTest.php" />
<composite_test_pattern class_fqn="StubTests\StubsTest" file_path="$PROJECT_DIR$/tests/StubsTest.php" />
</test_patterns>
</TestRunner>
<method v="2" />
</configuration>
</component>

View File

@ -1,6 +0,0 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="StubsTest" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
<TestRunner class="StubTests\StubsTest" file="$PROJECT_DIR$/tests/StubsTest.php" scope="Class" />
<method v="2" />
</configuration>
</component>