rdbms: Add more @covers to DatabaseSQLTest
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 25 Jul 2017 02:21:12 +0000 (19:21 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 25 Jul 2017 02:44:06 +0000 (19:44 -0700)
commitb70a3bb821ec96dc840269cc5df0ef96395cdf86
treeb48e2bf1a520576df1fedab9a2c250a8ae689db7
parent1a81ba9bcb801de0be82fbd44332dada53800879
rdbms: Add more @covers to DatabaseSQLTest

Many of the main methods here have, over the years, been split up
into several protected/private methods.

Change-Id: I1b8489b1c61c0294288442a0a0cd28c9fa77f82e
tests/phpunit/includes/libs/rdbms/database/DatabaseSQLTest.php