Removed non-necessary test

This commit is contained in:
Sam Cranford
2020-02-09 12:15:20 +01:00
parent de37fb26a8
commit 0ac3b72f44

View File

@@ -10,17 +10,6 @@ use Theatrical\Invoice;
final class StatementPrinterTest extends TestCase
{
public function testListOfPlayIsCorrect() : void
{
$plays = [
"hamlet" => new Play("Hamlet", "tragedy"),
"as-like" => new Play("As You Like It", "comedy"),
"othello" => new Play("Othello", "tragedy")
];
Approvals::approveList($plays);
}
public function testCanPrintInvoice() : void
{
$plays = [