Skip to content

Commit

Permalink
Update NamedDefinitionTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Jun 11, 2020
1 parent 133a714 commit b47f6de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Unit/Type/Contract/NamedDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ public function testModifiers() : void

self::assertTrue($base->isInputable());
self::assertTrue($base->isOutputable());
self::assertTrue($base->isInstantiable());
self::assertTrue($base->isResolvable());
self::assertTrue($base->notNull()->isInputable());
self::assertTrue($base->notNull()->isOutputable());
self::assertTrue($base->notNull()->isInstantiable());
self::assertTrue($base->notNull()->isResolvable());
}
}

0 comments on commit b47f6de

Please sign in to comment.