1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/11620] Whitespace and combine function into test_case

PHPBB3-11620
This commit is contained in:
Andy Chase
2013-07-22 17:39:45 -07:00
parent 0c54fb034b
commit 2fe2724e68
7 changed files with 30 additions and 39 deletions

View File

@@ -38,6 +38,6 @@ class phpbb_session_create_test extends phpbb_session_test_case
self::bot('user agent', 13, '127.0.0.1'),
''
);
$this->assertEquals(true, $output->data['is_bot'] , 'should be a bot');
$this->assertEquals(true, $output->data['is_bot'], 'should be a bot');
}
}