File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ in the martial arts. A code kata is an exercise in programming which
10
10
helps a programmer hone their skills through practice and repetition.
11
11
As of October 2011, Dave Thomas has published 21 different katas.
12
12
13
- You can find some to start practicing [ here] ( http://codingdojo.org/cgi-bin/wiki .pl?KataCatalogue ) .
13
+ You can find some to start practicing [ here] ( http://codingdojo.org/cgi-bin/index .pl?KataCatalogue ) .
14
14
15
15
When you do programming katas, you use TDD. That's why I have included
16
16
PHPUnit, Mockery, PHPSpec and Prophecy as composer dependencies. Choose
@@ -53,4 +53,4 @@ If you run 'php bin/phpunit' you will see the following output.
53
53
That's because you will find one class and its TestCase in the project
54
54
in order to help you. You can delete them.
55
55
56
- Adder is a class that adds two numbers and AdderTest tests that.
56
+ Adder is a class that adds two numbers and AdderTest tests that.
You can’t perform that action at this time.
0 commit comments