Skip to content

Commit

Permalink
Example PestPHP integration in sulu
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 1, 2021
1 parent 2449805 commit e8ce140
Show file tree
Hide file tree
Showing 7 changed files with 3,026 additions and 295 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ node_modules
/.php_cs
/.php_cs.cache
###< friendsofphp/php-cs-fixer ###

###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"jangregor/phpstan-prophecy": "^0.8",
"pestphp/pest": "^1.0",
"phpcr/phpcr-shell": "^1.2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-doctrine": "^0.12",
Expand Down
Loading

0 comments on commit e8ce140

Please sign in to comment.