Skip to content

Commit 31f4bff

Browse files
committed
Removed BackwardCompatibleTest
1 parent f72dcb3 commit 31f4bff

File tree

2 files changed

+0
-174
lines changed

2 files changed

+0
-174
lines changed

tests/Elasticsearch/Tests/BackwardCompatibleTest.php

Lines changed: 0 additions & 171 deletions
This file was deleted.

tests/Elasticsearch/Tests/Connections/ConnectionTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,6 @@ public function testParametersAreSent()
453453
$request = $connection->getLastRequestInfo()['request'];
454454

455455
$this->assertEquals('/?foo=true&baz=false&bar=baz', $request['uri']);
456-
<<<<<<< HEAD
457-
=======
458456
}
459457

460458
public function testPortInUrlWhenLogRequestSuccess()
@@ -550,6 +548,5 @@ public function testPortInLogUrlWhenLogRequestFail()
550548
$this->assertStringContainsString('localhost:9200', $row);
551549
}
552550
}
553-
>>>>>>> 7.x
554551
}
555552
}

0 commit comments

Comments
 (0)