Skip to content

Commit

Permalink
Added:
Browse files Browse the repository at this point in the history
 - Create more tests to cover those that shouldn't be affected by these changes.
 - Add ReconnectingPDO::getAvailableDrivers - this was hidden before

Fixed:
 - Fixes #1

Other changes:
 - Enriching docblocks to help IDE code assistance
  • Loading branch information
adamturcsan committed Jan 6, 2017
1 parent 36ab86a commit bac2257
Show file tree
Hide file tree
Showing 7 changed files with 442 additions and 133 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@
"LegoW\\ReconnectingPDO\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LegoW\\ReconnectingPDO\\Test\\": "test/"
}
},
"require-dev": {
"phpunit/phpunit": "^5.6",
"phpunit/dbunit": "^2.0"
"phpunit/dbunit": "^2.0",
"ext-pdo_sqlite": "*",
"ext-xml": "*"
}
}

0 comments on commit bac2257

Please sign in to comment.