icingaweb2/test/php/library/Icinga
Thomas Gelf db3accc704 Data\Db: rename Query and Connection to Db...
Class names in namespaces should not be chosen as once we didn't have
such. The fact that we already did "use Db\Connection as DbConnection"
is the best hint that naming was wrong.

So this patch renames Db\Connection to Db\DbConnection and does the
same with DbQuery. DbQuery has been adjusted to fit our new SimpleQuery
and to handle the new Filter implementation.
2014-06-06 06:43:13 +00:00
..
Application Fix errors in tests 2014-04-28 14:06:40 +02:00
Chart Make all tests inherit from BaseTestCase and fix license headers and style 2014-04-10 10:32:50 +02:00
Config Rewrite test for Icinga\Config\PreservingIniWriter 2014-04-28 14:06:40 +02:00
Data Data\Filter: initial commit basic implementation 2014-06-06 06:04:24 +00:00
File Data\BaseQuery: rename to Data\SimpleQuery 2014-05-07 11:55:35 +00:00
Filter Convert existing mocks to Mockery-mocks (Part 1) 2014-04-11 17:03:45 +02:00
Logger/Writer Rename Icinga\Logger\Writer\StreamWriter to FileWriter 2014-04-30 11:59:22 +02:00
Protocol Remove statusdat protocol tests 2014-04-14 15:35:27 +02:00
Test Data\Db: rename Query and Connection to Db... 2014-06-06 06:43:13 +00:00
User Add test for Icinga\User\Preferences\Store\IniStore 2014-04-28 14:06:39 +02:00
Util Add test for Icinga\Util\DateTimeFactory 2014-04-28 14:06:39 +02:00
Web Rewrite test for Icinga\Web\Url and fix some bugs 2014-04-28 14:06:40 +02:00
UserTest.php Add test for Icinga\User 2014-04-28 14:06:39 +02:00