Skip to content

Commit bf770bf

Browse files
committed
Refactor: Align phpunit.xml usage, update .gitattributes export rules, and adjust .gitignore
1 parent 2bac771 commit bf770bf

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
/.gitattributes export-ignore
66
/.gitignore export-ignore
77
/.travis.yml export-ignore
8-
/phpunit.xml.dist export-ignore
8+
/phpunit.xml export-ignore
99
/tests export-ignore
1010
/.editorconfig export-ignore
1111
/.php_cs export-ignore
1212
/.github export-ignore
13-
/phpstan.neon.dist export-ignore
1413
/CHANGELOG.md export-ignore
1514
/rector.php export-ignore
1615
/pint.json export-ignore

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ build
66
composer.lock
77
coverage
88
docs
9-
phpunit.xml
109
psalm.xml
1110
vendor
1211
.php-cs-fixer.cache

.run/test all.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="test all" type="PestRunConfigurationType">
3-
<PestRunner directory="$PROJECT_DIR$/tests" method="" />
3+
<PestRunner configuration_file="$PROJECT_DIR$/phpunit.xml" directory="$PROJECT_DIR$/tests" method="" scope="ConfigurationFile" use_alternative_configuration_file="true" />
44
<method v="2" />
55
</configuration>
66
</component>
File renamed without changes.

0 commit comments

Comments
 (0)