We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b3f83 commit 7d0ac90Copy full SHA for 7d0ac90
tests/ConnectionTest.php
@@ -139,8 +139,8 @@ public function testEnhancedTracer()
139
$self->assertEquals('request', $data->getType());
140
141
foreach ($data->getHeaders() as $header => $value) {
142
- $this->assertInternalType('string', $value, "The header value should be a string");
143
- $this->assertInternalType('string', $header, "The header should be a string");
+ $self->assertInternalType('string', $value, "The header value should be a string");
+ $self->assertInternalType('string', $header, "The header should be a string");
144
}
145
146
} else {
0 commit comments