summaryrefslogtreecommitdiff
path: root/test/BridgeTest.php
AgeCommit message (Expand)Author
2010-11-02* Renamed BridgeTest to BridgeImplTest.uckelman
2010-07-29* Added license.uckelman
2010-04-30Added removePost() for post deletion.uckelman
2010-04-30Typo.uckelman
2010-04-30Adjusted test.uckelman
2010-04-30Removed bad tests.uckelman
2010-04-30Working to get tests to pass.uckelman
2010-04-30Refactored message registration.uckelman
2010-04-30No increment between tests, due to setUp/tearDown cycle.uckelman
2010-04-30Added reserveEditId().uckelman
2010-04-27Added edit_id as a UNIQUE KEY.uckelman
2010-04-27Use auto-incrementing edit id instead of timestamp to track edits. This way p...uckelman
2010-04-27Fixed misplaced right parenthesis.uckelman
2010-04-27Better column name.uckelman
2010-04-27Typo.uckelman
2010-04-27Restructure posts table.uckelman
2010-04-27Adjusted test to reflect removal of References.uckelman
2010-04-27Adjust test for References removal.uckelman
2010-04-27Storing references is pointless, since PhpBB doesn't keep any thread info.uckelman
2010-04-22Fixed unregisterPost().uckelman
2010-04-22Fixed bad provider name.uckelman
2010-04-22Added unregisterPost().uckelman
2010-04-20Fixed bad test cases.uckelman
2010-04-13Added missing test argument.uckelman
2010-04-13PHP apparently doesn't support function overloading. Bah!uckelman
2010-04-13Added full registerMessage().uckelman
2010-04-13Use actual testing domain in test.uckelman
2010-04-11Fixed test.uckelman
2010-04-11Fixed test.uckelman
2010-04-11Added getLists().uckelman
2010-04-11Adjusted test.uckelman
2010-04-11Updated test.uckelman
2010-04-11Added unregisterMessage().uckelman
2010-04-11Fixed test cases.uckelman
2010-04-11Updated tests.uckelman
2010-04-11s/PHPUnit_Framework_Error/Exception/guckelman
2010-04-11Fixed test.uckelman
2010-04-11Should pass tests now.uckelman
2010-04-11Added missing space in SQL. Fixed test.uckelman
2010-04-11Fixed text.uckelman
2010-04-11Refactoring.uckelman
2010-04-11Added setMessageIdIfAbsent().uckelman
2010-04-10Fixed registerMessage().uckelman
2010-04-07Added test for Bridge::getDefaultForumId().uckelman
2010-03-23* Added getMessageId(), getPostId().uckelman
2010-03-21Added class encapsulating bridge DB.uckelman