rdbms: Restore test for Database::setFlag()
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 8 Mar 2018 04:10:13 +0000 (20:10 -0800)
committerKrinkle <krinklemail@gmail.com>
Thu, 8 Mar 2018 04:32:21 +0000 (04:32 +0000)
commita211db0f73cc16c74029f57b285e0af85ed03754
tree30d30e787e6926c575505d9fd3830099d6e32287
parentc6dbf9d9dc20b75be8712f75634c64a4315bd850
rdbms: Restore test for Database::setFlag()

Follows-up b4eb1feed05b5, which inadvertendly replaced the setFlag()
test with the clearFlag() test.

Also move the test to the DatabaseTest.php file given it's only
executing and covering base class.

Change-Id: I2f4ed6c4eeba845eb67013e1ab7d2b2bde863119
tests/phpunit/includes/libs/rdbms/database/DatabaseMysqlBaseTest.php
tests/phpunit/includes/libs/rdbms/database/DatabaseTest.php