Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHash committed Apr 10, 2017
1 parent 7cf20da commit 1cab4ea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@
[![Build Status](https://travis-ci.org/honeybee/elasticsearch2-adapter.svg?branch=master)](https://travis-ci.org/honeybee/elasticsearch2-adapter)
[![Coverage Status](https://coveralls.io/repos/github/honeybee/elasticsearch2-adapter/badge.svg?branch=master)](https://coveralls.io/github/honeybee/elasticsearch2-adapter?branch=master)
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/honeybee/Lobby)

Find us on:

* Gitter: https://gitter.im/honeybee/Lobby
* IRC: freenode.net #honeybee
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/Connector/ElasticsearchConnectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function testGetConnectionWorks()
$connection = $connector->getConnection();
$this->assertTrue($connector->isConnected(), 'Connector should be connected after getConnection() call');
$this->assertTrue(is_object($connection), 'A getConnection() call should yield a client/connection object');
$this->assertSame($connection, $connector->getConnection());
}

public function testDisconnectWorks()
Expand Down

0 comments on commit 1cab4ea

Please sign in to comment.