From 285fb1a27b0ff8c1626150013b9cbd0357553577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Thu, 17 Mar 2016 09:50:04 +0100 Subject: [PATCH] Refactor Table constructor to accept arguments --- .idea/workspace.xml | 138 +++++++++++++++++++++++-------------------- index.php | 5 -- src/Coffee/Table.php | 35 ++++------- tests/MapTest.php | 22 +------ tests/TableTest.php | 50 ++++------------ 5 files changed, 97 insertions(+), 153 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d1a7232..aa4fcef 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,11 +1,12 @@ - + - - + + + @@ -34,8 +35,8 @@ - - + + @@ -44,18 +45,18 @@ - - + + - + - - + + @@ -64,7 +65,7 @@ - + @@ -74,7 +75,7 @@ - + @@ -84,8 +85,8 @@ - - + + @@ -94,18 +95,18 @@ - - + + - + - - + + @@ -152,15 +153,16 @@ @@ -396,7 +398,7 @@ - + @@ -542,38 +544,44 @@