diff options
| author | Dhruv <dhruv.goel92@gmail.com> | 2013-10-02 20:46:11 +0530 |
|---|---|---|
| committer | Dhruv <dhruv.goel92@gmail.com> | 2013-10-02 20:46:11 +0530 |
| commit | 49ce2c13b26e358b4ccef440094a8fa4b6b9afd7 (patch) | |
| tree | 0547f055de0427ab04abf71001204715e5fff26f /tests | |
| parent | f5676fab3cd362084c70afd251d2c0f3d54d08bf (diff) | |
| parent | 7aadcd547244455a9d3a8539cf6d243ec36a8be5 (diff) | |
| download | forums-49ce2c13b26e358b4ccef440094a8fa4b6b9afd7.tar forums-49ce2c13b26e358b4ccef440094a8fa4b6b9afd7.tar.gz forums-49ce2c13b26e358b4ccef440094a8fa4b6b9afd7.tar.bz2 forums-49ce2c13b26e358b4ccef440094a8fa4b6b9afd7.tar.xz forums-49ce2c13b26e358b4ccef440094a8fa4b6b9afd7.zip | |
Merge remote-tracking branch 'nickvergessen/ticket/11691' into develop
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11691:
[ticket/11691] Fix conversion test
[ticket/11691] Fix table names and arguments/docs
[ticket/11691] Move purge code into new function
[ticket/11691] Fix typo in comment
[ticket/11691] Add order by to the query
[ticket/11691] Fix some minor comments
[ticket/11691] Fix some more problems with softdelete update
[ticket/11691] Change detection of effectively_installed()
[ticket/11691] Stagger user notification reconversion even more
[ticket/11691] Stagger the convertion of soft delete updates
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/notification/convert_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/convert_test.php b/tests/notification/convert_test.php index ed1fa9b1bf..c692f40b57 100644 --- a/tests/notification/convert_test.php +++ b/tests/notification/convert_test.php @@ -38,7 +38,7 @@ class phpbb_notification_convert_test extends phpbb_database_test_case public function test_convert() { $buffer = new phpbb_mock_sql_insert_buffer($this->db, 'phpbb_user_notifications'); - $this->migration->perform_conversion($buffer, 'phpbb_user_notifications'); + $this->migration->perform_conversion($buffer, 0); $expected = array_merge( $this->create_expected('post', 1, 'email'), |
