Skip to content

Commit

Permalink
fix cs issues in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TMTCode committed Dec 8, 2016
1 parent 1d44ffe commit af15fee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/Normalizer/NormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ public function itShouldConvertObjects()

$normalizer = new Normalizer;
$this->assertSame($data, $normalizer->ensureBuildable($data));

}

/** @test */
Expand Down
2 changes: 0 additions & 2 deletions tests/WriterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ public function itShouldNotParseInvalidKeyNames()
}

$this->fail('failed');

}

/** @test */
Expand All @@ -374,7 +373,6 @@ public function itShouldChangeThisTestName()
}

$this->fail('failed');

}

/** @test */
Expand Down

0 comments on commit af15fee

Please sign in to comment.