Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/plugins/Jsonrpc_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function test_send_sms_empty_data($db_engine)
* @dataProvider database_Provider
* @runInSeparateProcess
* @preserveGlobalState disabled
* @requires PHPUnit >= 6
* @requires PHPUnit >= 6.0.0
*
* With PHP unit 5.7.27 on PHP 5.6 test errors out like this
* exception 'ErrorException' with message 'unserialize(): Error at offset 0 of 75 bytes' in /home/runner/work/Kalkun/Kalkun/vendor/phpunit/phpunit/src/Util/PHP.php:290
Expand All @@ -134,7 +134,7 @@ public function test_send_sms_empty_data($db_engine)
#[DataProvider('database_Provider')]
#[RunInSeparateProcess]
#[PreserveGlobalState(FALSE)]
#[RequiresPhpunit('>= 6')]
#[RequiresPhpunit('>= 6.0.0')]
public function test_send_sms_empty_data($db_engine)
{
$dbsetup = new DBSetup([
Expand Down
Loading