Ticket #2926: 2926.1.patch
File 2926.1.patch, 518 bytes (added by , 5 years ago) |
---|
-
tests/phpunit/testcases/core/update.php
diff --git tests/phpunit/testcases/core/update.php tests/phpunit/testcases/core/update.php index 09e2da1..0bb5456 100644
class BBP_Tests_Core_Update extends BBP_UnitTestCase { 81 81 82 82 $category_id = $this->factory->forum->create( array( 83 83 'forum_meta' => array( 84 ' _bbp_forum_type' => 'category',85 ' _bbp_status' => 'open',84 'forum_type' => 'category', 85 'status' => 'open', 86 86 ), 87 87 ) ); 88 88