mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-04-23 09:18:57 +02:00
Removed non-necessary test
This commit is contained in:
@@ -10,17 +10,6 @@ use Theatrical\Invoice;
|
|||||||
|
|
||||||
final class StatementPrinterTest extends TestCase
|
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
|
public function testCanPrintInvoice() : void
|
||||||
{
|
{
|
||||||
$plays = [
|
$plays = [
|
||||||
|
|||||||
Reference in New Issue
Block a user