-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test System for DBTNG #1
Comments
Yes we should! I actually believe we should use PHPUnit. It's reasonably similar to Simpletest, at least on the test level, and it is far and away the most popular testing framework for PHP. Most of our tests from Drupal core can probably port over fairly easily, aside from the schema-related parts. Schema API is the least portable part anyway, so we'll probably need to do quite a bit of work there. |
I've forked your repository and have begun working on a test framework based on PHPUnit. So far so good. Some things to ponder over though:
|
Let me know when you have a pull request for me to merge back in. :-) |
Is ripping the translation stuff out really a good idea? How does Drupal then merge DBTNG changes back into its core? |
Now that DBTNG is out of Drupal, it no longer has simpletest. In light of existing schema issues Drupal is facing with PostgreSQL and SQLite. Should would conceive a test system within the framework that can ensure the way DBTNG i intended to work?
The text was updated successfully, but these errors were encountered: