apiRequest( 'http://wishthis.online.localhost/api/wishes', 'POST', array( 'wish_title' => 'WD Red SA500 NAS SATA SSD 2TB 2.5": Amazon.de: Computer & Accessories', 'wishlist_id' => $this->testWishlistId, ) ); $this->assertNotFalse($apiResponse); $json = \json_decode($apiResponse, true); $this->assertNotNull($json); $this->assertTrue($json['success']); $this->assertEmpty($json['warning'], 'There has been unexpected output.'); } }