Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 4421420

Browse files
committed
🔧
1 parent 83c2ecd commit 4421420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Core/APITestAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ protected function tearDown(){
135135

136136
!empty($json)
137137
? $this->logger->debug('tearDown() '.$this->response->url, $json)
138-
: $this->logger->debug('tearDown() '.$this->response->url, $this->response->body);
138+
: $this->logger->debug('tearDown() '.$this->response->url, (array)$this->response);
139139
}
140140
}
141141

0 commit comments

Comments
 (0)