Skip to content

Commit

Permalink
Run PHPUnit
Browse files Browse the repository at this point in the history
- require phpunit v4.4 via composer
- add phpunit.xml (with exclusion of hanging test)
- add ext-mysql to composer require
  • Loading branch information
tmotyl committed Jun 9, 2021
1 parent a05b7bf commit 6b21276
Show file tree
Hide file tree
Showing 5 changed files with 1,351 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
!/magmi/state/dummy.txt
.php-cs-fixer.cache
.php_cs.cache
/vendor
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
],
"bin": [
"magmi/cli/magmi.cli.php"
]
],
"require": {
"ext-mysql":"*"
},
"require-dev": {
"phpunit/phpunit": "^4.4.0"
}
}
Loading

0 comments on commit 6b21276

Please sign in to comment.