Skip to content

Commit

Permalink
delete unneeded test (#24250)
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk authored and taylorotwell committed May 19, 2018
1 parent b9d0a99 commit b8e2cd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Validation/ValidationValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3752,10 +3752,6 @@ public function testExtractDataFromPath()
$this->assertEquals(['cat' => ['cat1' => ['name' => '1']]], \Illuminate\Validation\ValidationData::extractDataFromPath('cat.cat1.name', $data));
}

public function testInlineMessagesMayUseAsteriskForEachRules()
{
}

public function testUsingSettersWithImplicitRules()
{
$trans = $this->getIlluminateArrayTranslator();
Expand Down

0 comments on commit b8e2cd0

Please sign in to comment.