Skip to content

Commit f916cd9

Browse files
committed
Run PHPUnit
- require phpunit v4.4 via composer - add phpunit.xml (with exclusion of hanging test) - add ext-mysql to composer require
1 parent dee4874 commit f916cd9

5 files changed

Lines changed: 1351 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
/magmi/state/*
33
!/magmi/state/dummy.txt
4+
/vendor

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@
1010
],
1111
"bin": [
1212
"magmi/cli/magmi.cli.php"
13-
]
13+
],
14+
"require": {
15+
"ext-mysql":"*"
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "^4.4.0"
19+
}
1420
}

0 commit comments

Comments
 (0)