Skip to content

Commit

Permalink
PHPUnit added
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbarkowsky committed Jul 27, 2020
1 parent 699e2b2 commit 6eb6726
Show file tree
Hide file tree
Showing 6 changed files with 11,895 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.DS_Store
/vendor
/.phpunit.result.cache
/.idea
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@
"authors": [
{
"name": "Christian Barkowsky",
"homepage": "https://brkwsky.de/",
"homepage": "https://brkwsky.de",
"role": "Developer"
},
{
"name": "Tino Kramm",
"homepage": "https://www.tinokramm.de/"
"homepage": "https://www.tinokramm.de",
"role": "Designer"
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"contao/core-bundle": "^4.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5.2",
"contao/test-case": "^4.0.0",
"symfony/phpunit-bridge": "^4"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
},
Expand Down
Loading

0 comments on commit 6eb6726

Please sign in to comment.