You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* TypeError: Argument 2 passed to Mock_Project_b34aaea3::getIdByName() must be of the type array, string given, called in /home/kevin/workspace/me/php-redmine-api/src/Redmine/Api/Issue.php on line 241.
363
-
*
364
360
* Test cleanParams().
365
361
*
366
362
* @covers ::create
367
363
* @covers ::cleanParams
368
364
* @test
369
365
*/
370
-
/*
371
366
publicfunctiontestCreateCleansParameters()
372
367
{
373
368
// Test values
@@ -385,7 +380,13 @@ public function testCreateCleansParameters()
* TypeError: Argument 2 passed to Mock_Project_3a94a82c::getIdByName() must be of the type array, string given, called in /home/kevin/workspace/me/php-redmine-api/src/Redmine/Api/Issue.php on line 241.
529
-
*
530
526
* Test update().
531
527
*
532
528
* @covers ::update
533
529
* @covers ::cleanParams
534
530
* @test
535
531
*/
536
-
/*
537
532
publicfunctiontestUpdateCleansParameters()
538
533
{
539
534
// Test values
@@ -551,7 +546,13 @@ public function testUpdateCleansParameters()
0 commit comments