diff --git a/Kata/StringCalculator.php b/Kata/StringCalculator.php new file mode 100644 index 0000000..7bbdd90 --- /dev/null +++ b/Kata/StringCalculator.php @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/Kata/StringCalculatorTests.php b/Kata/StringCalculatorTests.php new file mode 100644 index 0000000..f420a30 --- /dev/null +++ b/Kata/StringCalculatorTests.php @@ -0,0 +1,16 @@ +target = Enhance::getCodeCoverageWrapper('StringCalculator'); + } + + public function startWritingTests() + { + + } +} +?> \ No newline at end of file diff --git a/Kata/index.php b/Kata/index.php new file mode 100644 index 0000000..8dff90b --- /dev/null +++ b/Kata/index.php @@ -0,0 +1,9 @@ + + diff --git a/Kata_BeforeUse.zip b/Kata_BeforeUse.zip new file mode 100644 index 0000000..c752749 Binary files /dev/null and b/Kata_BeforeUse.zip differ