diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-26 14:51:46 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-26 14:51:46 -0500 |
commit | 4f0dd9a752c79004acdfbedce92234c6818b9765 (patch) | |
tree | cc3e3006f67d7c5ba63ef2e03691eb0752b632cb /tests/notification/group_request_test.php | |
parent | 185d4e112e2f1d01364aad36eb540294fa7c953b (diff) | |
download | forums-4f0dd9a752c79004acdfbedce92234c6818b9765.tar forums-4f0dd9a752c79004acdfbedce92234c6818b9765.tar.gz forums-4f0dd9a752c79004acdfbedce92234c6818b9765.tar.bz2 forums-4f0dd9a752c79004acdfbedce92234c6818b9765.tar.xz forums-4f0dd9a752c79004acdfbedce92234c6818b9765.zip |
[ticket/11744] Tables are not truncated in some dbms during tests
PHPBB3-11744
Diffstat (limited to 'tests/notification/group_request_test.php')
-rw-r--r-- | tests/notification/group_request_test.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/notification/group_request_test.php b/tests/notification/group_request_test.php index dffdc771b1..d36864cc27 100644 --- a/tests/notification/group_request_test.php +++ b/tests/notification/group_request_test.php @@ -50,8 +50,6 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas // Now on to the actual test - $this->assertEquals(1, $this->notifications->get_notification_type_id('group_request')); - $group_id = false; group_create($group_id, GROUP_OPEN, 'test', 'test group', array()); @@ -68,7 +66,6 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas $expected = array( 1 => array( - 'notification_type_id' => 1, 'item_id' => 3, // user_id of requesting join 'item_parent_id' => $group_id, 'user_id' => 2, |