Skip to content
Snippets Groups Projects
Commit 865f8c1e authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

fixed psr2 style issues

parent d08f3cb3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ class IndicesQueryTest extends \PHPUnit_Framework_TestCase
*/
private function getQueryMock()
{
$mock = $this->getMockBuilder('ONGR\ElasticsearchDSL\BuilderInterface')->setMethods(['toArray', 'getType'])->getMock();
$mock = $this->getMockBuilder('ONGR\ElasticsearchDSL\BuilderInterface')
->setMethods(['toArray', 'getType'])->getMock();
$mock
->expects($this->any())
->method('toArray')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment