Skip to content

Commit

Permalink
Merge pull request #3 from brainstudnl/feature/refactor_namespace
Browse files Browse the repository at this point in the history
Remove phpstan
  • Loading branch information
niekp authored Mar 22, 2022
2 parents 02d710b + ca34b7f commit c8da1bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/phpstan.yml

This file was deleted.

14 changes: 0 additions & 14 deletions phpstan.neon.dist

This file was deleted.

9 changes: 1 addition & 8 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
executionOrder="random"
failOnWarning="true"
failOnRisky="true"
Expand All @@ -19,7 +12,7 @@
verbose="true"
>
<testsuites>
<testsuite name="VendorName Test Suite">
<testsuite name="Brainstud Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit c8da1bb

Please sign in to comment.