Skip to content

Commit

Permalink
Introduce the use of nikic/php-parser to generate the phpunit test cl…
Browse files Browse the repository at this point in the history
…ass.
  • Loading branch information
jwage committed Dec 14, 2018
1 parent 27bfa1f commit ef31375
Show file tree
Hide file tree
Showing 16 changed files with 1,085 additions and 402 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"require": {
"php": "^7.1",
"doctrine/inflector": "2.0.x-dev",
"twig/twig": "^2.5",
"symfony/console": "^4.1"
"nikic/php-parser": "^4.1",
"symfony/console": "^4.1",
"symfony/filesystem": "^4.2"
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
Expand Down
Loading

0 comments on commit ef31375

Please sign in to comment.