aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/ext/test/notification/type/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notification/ext/test/notification/type/test.php')
-rw-r--r--tests/notification/ext/test/notification/type/test.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/notification/ext/test/notification/type/test.php b/tests/notification/ext/test/notification/type/test.php
index b02a563f06..7f3b4a4ef1 100644
--- a/tests/notification/ext/test/notification/type/test.php
+++ b/tests/notification/ext/test/notification/type/test.php
@@ -47,12 +47,13 @@ class test extends \phpbb\notification\type\base
{
$this->notification_time = $post['post_time'];
- return parent::create_insert_array($post, $pre_create_data);
+ parent::create_insert_array($post, $pre_create_data);
}
public function create_update_array($type_data)
{
- $data = $this->create_insert_array($type_data);
+ $this->create_insert_array($type_data);
+ $data = $this->get_insert_array();
// Unset data unique to each row
unset(