diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-04-19 17:13:18 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-04-19 23:35:44 +0200 |
commit | e72f6d42366c6a0cbc128de406474192bc7cd8e2 (patch) | |
tree | b960648e57659cf71156d96d8f2b251efd65a31a /tests/mcp | |
parent | 771be9310de71978c81ef9ddf7b61fb849069ce2 (diff) | |
download | forums-e72f6d42366c6a0cbc128de406474192bc7cd8e2.tar forums-e72f6d42366c6a0cbc128de406474192bc7cd8e2.tar.gz forums-e72f6d42366c6a0cbc128de406474192bc7cd8e2.tar.bz2 forums-e72f6d42366c6a0cbc128de406474192bc7cd8e2.tar.xz forums-e72f6d42366c6a0cbc128de406474192bc7cd8e2.zip |
[ticket/8116] Add missing new line
PHPBB3-8116
Diffstat (limited to 'tests/mcp')
-rw-r--r-- | tests/mcp/post_ip_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mcp/post_ip_test.php b/tests/mcp/post_ip_test.php index 865b15bcb2..72a9f62774 100644 --- a/tests/mcp/post_ip_test.php +++ b/tests/mcp/post_ip_test.php @@ -64,4 +64,4 @@ class phpbb_mcp_post_ip_test extends phpbb_database_test_case { $this->assertSame($expected, phpbb_get_num_posters_for_ip($this->db, $ip)); } -}
\ No newline at end of file +} |