mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-03-22 01:20:16 +01:00
Removed non-necessary test
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user