PHP Class Doctrine\Tests\Search\ElasticSearch\ClientTest

Author: Markus Bachmann ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: doctrine/search

Protected Properties

Property Type Description
$client Doctrine\Search\ElasticSearch\Client
$elasticaClient Elastica\Client | PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
testCreateIndex ( )
testDeleteIndex ( )
testFind ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testCreateIndex() public method

public testCreateIndex ( )

testDeleteIndex() public method

public testDeleteIndex ( )

testFind() public method

public testFind ( )

Property Details

$client protected_oe property

protected Client,Doctrine\Search\ElasticSearch $client
return Doctrine\Search\ElasticSearch\Client

$elasticaClient protected_oe property

protected Client,Elastica|PHPUnit_Framework_MockObject_MockObject $elasticaClient
return Elastica\Client | PHPUnit_Framework_MockObject_MockObject