Skip to content

Commit

Permalink
removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Geraads committed Nov 22, 2024
1 parent bc09007 commit d52394c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/unit/Playground/Post/StatusTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@ public function it_should_expose_its_status(): void
self::assertSame('published', Status::PUBLISHED->value);
self::assertSame('archived', Status::ARCHIVED->value);
}

/** @test */
public function it_should_return_null_on_invalid_value(): void
{
self::assertNull(Status::tryFrom('foo'));
}
}

0 comments on commit d52394c

Please sign in to comment.