Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from lordthorzonus/analysis-zeY9EP
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI [ci skip]
  • Loading branch information
lordthorzonus committed Oct 3, 2016
2 parents 00aac9e + b8665b0 commit 8e8ae39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/AlgoliaManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use leinonen\Yii2Algolia\Tests\Helpers\DummyModel;
use Yii;
use Mockery as m;
use yii\db\Schema;

class AlgoliaManagerTest extends TestCase
{
Expand Down Expand Up @@ -247,7 +246,8 @@ public function it_can_reindex_the_given_active_query()

/** @test */
public function it_can_reindex_explicitly_given_searchable_objects()
{ $activeRecord1 = new DummyActiveRecordModel();
{
$activeRecord1 = new DummyActiveRecordModel();
$activeRecord1->test = 'test';
$activeRecord1->save();

Expand Down

0 comments on commit 8e8ae39

Please sign in to comment.