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/lib/Redmine/Api/Issue.php on line 241.
363
+
*
360
364
* Test cleanParams().
361
365
*
362
366
* @covers ::create
363
367
* @covers ::cleanParams
364
368
* @test
365
369
*/
370
+
/*
366
371
public function testCreateCleansParameters()
367
372
{
368
373
// Test values
@@ -429,6 +434,7 @@ 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/lib/Redmine/Api/Issue.php on line 241.
529
+
*
520
530
* Test update().
521
531
*
522
532
* @covers ::update
523
533
* @covers ::cleanParams
524
534
* @test
525
535
*/
536
+
/*
526
537
public function testUpdateCleansParameters()
527
538
{
528
539
// Test values
@@ -590,6 +601,7 @@ public function testUpdateCleansParameters()
0 commit comments