aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields/type_bool_test.php
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-18 18:18:15 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-18 18:18:15 +0530
commitf076b4391545b77b58ae8a2303888ed63b7aec8e (patch)
tree74cd274e4e0aaf8c57bc871b487ffc4c5f1103f4 /tests/profilefields/type_bool_test.php
parentd1f517ad65bd65ae6d1517feb104facbb14cab41 (diff)
downloadforums-f076b4391545b77b58ae8a2303888ed63b7aec8e.tar
forums-f076b4391545b77b58ae8a2303888ed63b7aec8e.tar.gz
forums-f076b4391545b77b58ae8a2303888ed63b7aec8e.tar.bz2
forums-f076b4391545b77b58ae8a2303888ed63b7aec8e.tar.xz
forums-f076b4391545b77b58ae8a2303888ed63b7aec8e.zip
[ticket/12514] Missed a few spaces in comments
PHPBB3-12514
Diffstat (limited to 'tests/profilefields/type_bool_test.php')
-rw-r--r--tests/profilefields/type_bool_test.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/profilefields/type_bool_test.php b/tests/profilefields/type_bool_test.php
index 87c9d7c96f..03ce9445e1 100644
--- a/tests/profilefields/type_bool_test.php
+++ b/tests/profilefields/type_bool_test.php
@@ -18,11 +18,11 @@ class phpbb_profilefield_type_bool_test extends phpbb_test_case
protected $options = array();
/**
- * Sets up basic test objects
- *
- * @access public
- * @return void
- */
+ * Sets up basic test objects
+ *
+ * @access public
+ * @return void
+ */
public function setUp()
{
$user = $this->getMock('\phpbb\user');
@@ -83,8 +83,8 @@ class phpbb_profilefield_type_bool_test extends phpbb_test_case
}
/**
- * @dataProvider validate_profile_field_data
- */
+ * @dataProvider validate_profile_field_data
+ */
public function test_validate_profile_field($value, $field_options, $expected, $description)
{
$field_options = array_merge($this->field_options, $field_options);