Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Codeception
/
module-db
Public
Notifications
You must be signed in to change notification settings
Fork
31
Star
23
Code
Issues
14
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Potential improvement: add support for custom PDO implementation
- #20
#20
Open
M1ke
wants to merge 10 commits into
Codeception:master
Codeception/module-db:master
from
M1ke:master
M1ke/module-db:master
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Potential improvement: add support for custom PDO implementation
#20
M1ke
wants to merge 10 commits into
Codeception:master
Codeception/module-db:master
from
M1ke:master
M1ke/module-db:master
Copy head branch name to clipboard
Commits
Commits on Feb 3, 2021
Add fake pdo option to driver
M1ke
committed
1eec70d
View commit details
Copy full SHA for 1eec70d
Browse repository at this point
ignore composer.phar in gitignore
M1ke
committed
a47ec7c
View commit details
Copy full SHA for a47ec7c
Browse repository at this point
Ensure correct sub-driver is used when fake is chosen
M1ke
committed
d25537d
View commit details
Copy full SHA for d25537d
Browse repository at this point
Spaces instead of tabs
M1ke
committed
d4e77bd
View commit details
Copy full SHA for d4e77bd
Browse repository at this point
Spaces instead of tabs (again)
M1ke
committed
de7413c
View commit details
Copy full SHA for de7413c
Browse repository at this point
Commits on Feb 4, 2021
Rebuild concept around pdo injection to allow class fqn to be provided
M1ke
committed
322f5ab
View commit details
Copy full SHA for 322f5ab
Browse repository at this point
Add asserts to ensure we get an instance of PDO
M1ke
committed
762375a
View commit details
Copy full SHA for 762375a
Browse repository at this point
Changed config 'pdo' to 'pdo_class' to make it clearer that it is a class name. Also add option to config docs at the top
M1ke
committed
36bea69
View commit details
Copy full SHA for 36bea69
Browse repository at this point
Ensure phpunit tests pass by declaring optional config value, and also modify class not exists to throw exception
M1ke
committed
36d39c6
View commit details
Copy full SHA for 36d39c6
Browse repository at this point
Another attempt to fix config issues, passes locally
M1ke
committed
4f15f4d
View commit details
Copy full SHA for 4f15f4d
Browse repository at this point
You can’t perform that action at this time.