diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-20 20:57:52 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-21 03:32:34 +0530 |
commit | b50744ae0902d7f3e080e4caac126b8dad8b61fe (patch) | |
tree | 182e1ea2b843fea90dfd57dc75dcf041c4078676 /tests/profilefields | |
parent | 9c18df86901745866a86b762d379cd7b9d2a8005 (diff) | |
download | forums-b50744ae0902d7f3e080e4caac126b8dad8b61fe.tar forums-b50744ae0902d7f3e080e4caac126b8dad8b61fe.tar.gz forums-b50744ae0902d7f3e080e4caac126b8dad8b61fe.tar.bz2 forums-b50744ae0902d7f3e080e4caac126b8dad8b61fe.tar.xz forums-b50744ae0902d7f3e080e4caac126b8dad8b61fe.zip |
[ticket/12730] Missing newline at type_googleplus_test.php
PHPBB3-12730
Diffstat (limited to 'tests/profilefields')
-rw-r--r-- | tests/profilefields/type_googleplus_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profilefields/type_googleplus_test.php b/tests/profilefields/type_googleplus_test.php index 167f9eb688..389f101260 100644 --- a/tests/profilefields/type_googleplus_test.php +++ b/tests/profilefields/type_googleplus_test.php @@ -59,4 +59,4 @@ class phpbb_profilefield_type_googleplus_test extends phpbb_test_case $this->assertSame($expected, $field->get_profile_contact_value($value, $field_options), $description); } -}
\ No newline at end of file +} |