diff --git a/tests/Builder/ShowBuilderTest.php b/tests/Builder/ShowBuilderTest.php index 1a3d9e378..42a31413d 100644 --- a/tests/Builder/ShowBuilderTest.php +++ b/tests/Builder/ShowBuilderTest.php @@ -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); @@ -90,9 +87,6 @@ public function testAddFieldNoType(): void ); } - /** - * @doesNotPerformAssertions - */ public function testAddFieldWithType(): void { $fieldDescription = new FieldDescription();