From 90009f29b42648d83f1cdae140dc77fb580eb69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Thu, 17 Mar 2016 12:59:13 +0100 Subject: [PATCH] Rename Tile to Position --- .idea/workspace.xml | 222 ++++++++++++++++++++-------------------- index.php | 4 +- src/Coffee/Map.php | 31 +++--- src/Coffee/Position.php | 140 +++++++++++++++++++++++++ src/Coffee/Spot.php | 50 ++++----- src/Coffee/Table.php | 34 +++--- src/Coffee/Tile.php | 140 ------------------------- tests/MapTest.php | 19 +++- tests/PositionTest.php | 110 ++++++++++++++++++++ tests/SpotTest.php | 12 +-- tests/TableTest.php | 10 +- tests/TileTest.php | 110 -------------------- 12 files changed, 449 insertions(+), 433 deletions(-) create mode 100644 src/Coffee/Position.php delete mode 100644 src/Coffee/Tile.php create mode 100644 tests/PositionTest.php delete mode 100644 tests/TileTest.php diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cde46ff..4937d66 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,12 +1,17 @@ - - + + + + + + - + + @@ -32,11 +37,21 @@ - + + + + + + + + + + + - - + + @@ -45,8 +60,8 @@ - - + + @@ -55,28 +70,28 @@ - - + + - - + + - - + + - - + + - - + + @@ -85,8 +100,8 @@ - - + + @@ -95,8 +110,8 @@ - - + + @@ -105,18 +120,8 @@ - - - - - - - - - - - - + + @@ -154,15 +159,17 @@ @@ -404,7 +411,7 @@ - + @@ -430,14 +437,14 @@ - + - + @@ -480,17 +487,17 @@ - + - + - + - + @@ -565,38 +572,44 @@