aboutsummaryrefslogtreecommitdiffstats
path: root/tests/log/function_add_log_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-03-21 13:33:25 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-08-21 11:59:33 +0200
commitea652f0ec9e7046f329e692fc355e64836f9bf9d (patch)
tree71a939f09a301c459ae69110265870f4ec267d1c /tests/log/function_add_log_test.php
parenta0b35f8e4e94d1301421670cf35406b974510ed0 (diff)
downloadforums-ea652f0ec9e7046f329e692fc355e64836f9bf9d.tar
forums-ea652f0ec9e7046f329e692fc355e64836f9bf9d.tar.gz
forums-ea652f0ec9e7046f329e692fc355e64836f9bf9d.tar.bz2
forums-ea652f0ec9e7046f329e692fc355e64836f9bf9d.tar.xz
forums-ea652f0ec9e7046f329e692fc355e64836f9bf9d.zip
[ticket/10714] Rename add_log_function test
PHPBB3-10714
Diffstat (limited to 'tests/log/function_add_log_test.php')
-rw-r--r--tests/log/function_add_log_test.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/log/function_add_log_test.php b/tests/log/function_add_log_test.php
index 407aeb9ad1..1f54f66d2d 100644
--- a/tests/log/function_add_log_test.php
+++ b/tests/log/function_add_log_test.php
@@ -16,7 +16,7 @@ class phpbb_log_function_add_log_test extends phpbb_database_test_case
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/empty_log.xml');
}
- public static function test_add_log_function_critical_data()
+ public static function test_add_log_function_data()
{
return array(
array(
@@ -109,9 +109,9 @@ class phpbb_log_function_add_log_test extends phpbb_database_test_case
}
/**
- * @dataProvider test_add_log_function_critical_data
+ * @dataProvider test_add_log_function_data
*/
- public function test_add_log_function_critical($expected, $user_id, $mode, $required1, $additional1 = null, $additional2 = null, $additional3 = null)
+ public function test_add_log_function($expected, $user_id, $mode, $required1, $additional1 = null, $additional2 = null, $additional3 = null)
{
global $db, $user;