From 0ac3b72f44b8907d14503dd3ff96d3610429f9bd Mon Sep 17 00:00:00 2001 From: Sam Cranford Date: Sun, 9 Feb 2020 12:15:20 +0100 Subject: [PATCH] Removed non-necessary test --- php/tests/StatementPrinterTest.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/php/tests/StatementPrinterTest.php b/php/tests/StatementPrinterTest.php index 4665d89..816895d 100644 --- a/php/tests/StatementPrinterTest.php +++ b/php/tests/StatementPrinterTest.php @@ -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 = [