48 Commits (fa67637c67253a60793cd5277fe65177aa041bd6)

Author SHA1 Message Date
Anton Grebnev 11a5968105 refactored MongoModel to hide fetch method, fixed PHPDoc errors 12 years ago
Alexander Demidov a16a995ed3 Add Profiler support report message with turn on PROFILER_DETAILS (if use to show queries). Modified tests MongoStatementTest, MySQLiStatementTest. Adding new tests to ProfilerTest. 12 years ago
Alexander Demidov e59e270476 Modified tests Mongo, Mysqli, Redis with checking work Profiler (with PROFILER_DETAILS). 12 years ago
Alexander Demidov 2395adf7b8 Modified MySQLiStatementTest with use PROFILER_DETAILS set. 12 years ago
Alexander Demidov b6a2c4dbc3 Replace 0 to false and 1 to true in Config:;set(DEBUG...) in majestic tests. 12 years ago
Alexander Demidov 7a26da1034 Fixed tests with inc Config and Registry classes. Use LOGGING in logger tests. 12 years ago
Alexander Demidov cfd6536c5f Replace constant DEBUG to use in Config. Remove start profiler from FrontController (moved to bootstrap). 12 years ago
Anton Grebnev d5ae133478 added test for findAndModify if no item in collection and test for eval 12 years ago
Anton Grebnev 950d1f4a9a modified MongoDbCommand __toString output 12 years ago
Anton Grebnev c0fa542b3c removed output buffer(ob_start/ob_end_clean) usasge in MongoDbCommand profile output 12 years ago
Anton Grebnev df491fdbbd fixed ret value on eval 12 years ago
Anton Grebnev 623666fb09 updated MongoDbCommand Profiler output 12 years ago
Anton Grebnev f728e6d6a2 updated tests for MongoDbCommand with count command 12 years ago
Anton Grebnev e5e7fdb7e6 added MongoStatement method to count results before skip/limit 13 years ago
Anton Grebnev 0140c3f4ad added condition to batchInsert against empty arrays 13 years ago
Anton Grebnev 99a528fac3 added butchInsert to mongo model 13 years ago
Anton Grebnev d1723cb87b improved MongoId processing and $fields to MongoModel::find() 13 years ago
Anton Grebnev 2c611dc3db added Mongo group for tests 13 years ago
Anton Grebnev b9f7718063 added __toString() for MongoDbCommands 13 years ago
Anton Grebnev 650f311b2b remove expectedException from annotation 13 years ago
Anton Grebnev a942745039 two TODO closed for exceptions 13 years ago
Anton Grebnev 71cc211c4f modified classes for GeneralException thrown 13 years ago
Vyacheslav Agafonov 24c2a97f51 Add association @group from exceptions mysql of the tests 13 years ago
Vyacheslav Agafonov 0fdcb87653 Replacement of assertEquals() to assertSame() 13 years ago
Vyacheslav Agafonov 0fda3de8b5 Moving setExpectedException 13 years ago
Vyacheslav Agafonov 66857702b6 replacement @expectedException to setExpectedException 13 years ago
Vyacheslav Agafonov be83874392 added setExpectedException and check type Config 13 years ago
Vyacheslav Agafonov 443655064c replace Exception on GeneralException 13 years ago
Anton Grebnev a87845980d added methods to MongoDriver for custom commands, findAndModify, count 13 years ago
Anton Grebnev 7094cd5073 MongoModel class tested 13 years ago
Anton Grebnev 7e8fe0f94d modified model classes with tests 13 years ago
Anton Grebnev 594ec034f9 added Order, Limit, Skip methods to MongoStatement 13 years ago
Anton Grebnev 5b5ccb9971 MongoStatement class tested 13 years ago
Anton Grebnev b9353065b8 modified tests for new DbDriver hierarchy 13 years ago
Anton Grebnev 229a39d682 modified MongoCommand classes 13 years ago
Anton Grebnev 1f0bfb131b MongoCommand hierarchy created 13 years ago
Anton Grebnev 488655b788 Mongo driver with separate CRUD commsnds, without profiler 13 years ago
Anton Grebnev 3c5a5d9603 rebuild Model package for NoSQL drivers 13 years ago
Anton Grebnev 9a0a283470 modified DB connection settings 13 years ago
Anton Grebnev c6311b8b20 modified DB connection settings 13 years ago
Anton Grebnev 0f2aa46b9f modified ModelTest for strict PHP standarts 13 years ago
Anton Grebnev 83d6dfcc41 added sql script for test database 13 years ago
Anton Grebnev 3923de3dc4 Model classes tested 13 years ago
Anton Grebnev 12fc8020b2 MySQLiStatement class tested 13 years ago
Anton Grebnev 183b64fd37 Model classes DbExpr, DbStatement, DbDriver and Db tested 13 years ago
Anton Grebnev 8d5885b229 Db class tested 13 years ago