Skip to content

Commit 4f962c1

Browse files
committed
Updated to Silex 3 and PHPUnit 5.1, fixing broken tests
1 parent b900f88 commit 4f962c1

File tree

7 files changed

+1079
-454
lines changed

7 files changed

+1079
-454
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor
22
/**/.DS_Store
33
/tests/coverage
4+
.padawan

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
"symfony/validator": "~2.6"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "3.7.x"
15+
"phpunit/phpunit": "~5.1.0"
1616
},
1717
"autoload": {
1818
"psr-4": {
19-
"Flint\\": "src"
19+
"Flint\\": "src",
20+
"Flint\\Tests\\": "tests"
2021
}
2122
},
2223
"scripts": {

0 commit comments

Comments
 (0)