You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ We have also included a sample PHP class so you can learn a few tricks in how to
12
12
## Simple-tastic 3 Step Installation ##
13
13
* Open a Terminal. Download the repo with `git clone https://github.com/jasdeepkhalsa/tweet-counter.git`
14
14
*`cd` into where you downloaded your repo and run `php composer.phar self-update`
15
-
* Now, run `php composer.phar update`
15
+
* Now, run `php composer.phar install --dev`
16
16
17
17
Note: `php` refers to the location of your php executable, if its not on your system's path
18
18
@@ -65,8 +65,8 @@ Once you have the name of your application which we shall refer to as `YourApp`,
65
65
5. Run `./vendor/bin/phpunit` again to make sure all tests are passing again
66
66
67
67
## Credits ##
68
-
*Me and my awesomely laborious efforts in getting to grips with PHPUnit testing
69
-
* Constant support from PHP Guru Jujhar Singh from [Buto](http://get.buto.tv/) who also inspired the test case style in the examples
68
+
*To the wonderful people on [Stack Overflow](http://stackoverflow.com/questions/15710410/autoloading-classes-in-phpunit-using-composer-and-autoload-php) for helping me understand PHPUnit better
69
+
* Constant support from PHP Guru Jujhar Singh from [Buto](http://get.buto.tv/) who also inspired the test case style used in the examples
70
70
* Class examples inspired from video by Jeffrey Way from [Nettuts+](http://net.tutsplus.com/tutorials/php/better-workflow-in-php-with-composer-namespacing-and-phpunit/)
0 commit comments