mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Upgrade PHPUnit to 8. Replace codeception/base with codeception/codeception due to release bug in the base version.
This commit is contained in:
		| @@ -90,10 +90,9 @@ class DeliveryWebHookTest extends TestCase { | ||||
|         $task->execute(mock(Queue::class)); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @expectedException \GuzzleHttp\Exception\ServerException | ||||
|      */ | ||||
|     public function testExecuteUnhandledException() { | ||||
|         $this->expectException(ServerException::class); | ||||
|  | ||||
|         $this->response = new Response(502); | ||||
|         $task = $this->createMockedTask(); | ||||
|         $task->type = 'account.edit'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user