It's here! It's finally here! The skies are falling, pigs have sprouted wings, and...
authorX! <soxred93@users.mediawiki.org>
Tue, 28 Dec 2010 17:15:50 +0000 (17:15 +0000)
committerX! <soxred93@users.mediawiki.org>
Tue, 28 Dec 2010 17:15:50 +0000 (17:15 +0000)
commit86df2d275521184e42f30254724da2b0483ad421
treeaacad0a1935ffea42ed96cd215145e9d340cd4a9
parenta580328bed540cf660c5ca2d3daa55089a75d5ca
It's here! It's finally here! The skies are falling, pigs have sprouted wings, and it's pretty cold in hell!

-Add a working PHPUnit test that instantiates a new DB, adds set data, and deleted when done.
-Add listTables() to the Database classes (only MySql and SQLite use it, and only MySQL is tested)
includes/db/Database.php
includes/db/DatabaseMysql.php
includes/db/DatabaseSqlite.php
tests/phpunit/bootstrap.php
tests/phpunit/includes/NewDBTest.php [new file with mode: 0644]