mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/13241] Sleep for 1 second when posting twice in the same second
PHPBB3-13241
This commit is contained in:
@@ -26,7 +26,7 @@ class phpbb_test_case extends PHPUnit_Framework_TestCase
|
||||
'PHP_Token_Stream' => array('customTokens'),
|
||||
'PHP_Token_Stream_CachingFactory' => array('cache'),
|
||||
|
||||
'phpbb_database_test_case' => array('already_connected'),
|
||||
'phpbb_database_test_case' => array('already_connected', 'last_post_timestamp'),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user