Skip to content

Commit

Permalink
Remove useless doesNotPerformAssertion
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and OskarStark committed Jul 13, 2020
1 parent fc41681 commit fcd6059
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Builder/ShowBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ public function testGetBaseList(): void
$this->assertInstanceOf(FieldDescriptionCollection::class, $this->showBuilder->getBaseList());
}

/**
* @doesNotPerformAssertions
*/
public function testAddFieldNoType(): void
{
$typeGuess = $this->prophesize(TypeGuess::class);
Expand All @@ -90,9 +87,6 @@ public function testAddFieldNoType(): void
);
}

/**
* @doesNotPerformAssertions
*/
public function testAddFieldWithType(): void
{
$fieldDescription = new FieldDescription();
Expand Down

0 comments on commit fcd6059

Please sign in to comment.