30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-05 07:50:48 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
zero-24
6a7dd1948e suggest composer install insted of update 2015-06-09 19:15:41 +02:00
photodude
40e4617018 Add Travis 2015-06-01 11:52:08 -06:00
lucianito20012000
6ba6f205bb Update README.md 2015-05-30 15:29:02 -05:00
Nicolas
36499e5533 windows robo support 2015-05-30 21:31:14 +02:00
zanardigit
fe9edb142f Suggest "composer install" instead of "update"
"composer update" is something you should only do as project maintainer, when you want to check for newer versions of your dependencies, or after you changed anything in your composer.json file (i.e. added / modified / removed dependencies). This command not only will download dependencies, but also create a new "composer.lock" file.
On all other cases (deployment, testing) it is best to use "composer install" which only reads the "composer.lock" file. In this way, you are sure that every machine gets the exact same version. And as a nice bonus is much faster than the "composer.update" command :-)
2015-05-30 17:15:29 +02:00
javier gomez
17d223b4c1 Add system tests codebase
This pull adds the base for testing Weblinks component with an Firefox automated browser via Selenium and Codeception Framework.

See it in action in the following video: https://www.youtube.com/watch?v=gpsZVZCsawg

This pull will launch the tests in Travis, however you can run the tests in your local machine too. Find the instructions at: README.md
2015-05-24 21:32:32 +02:00
zero-24
047ab2e69b Update README.md 2015-04-10 23:41:28 +02:00
Andrew Eddie
a7b3eb7c5c Initial decoupling of Weblinks
July made me do it!
2014-04-08 22:32:59 +10:00
Andrew Eddie
d83e00fc65 Initial commit 2014-02-09 10:40:10 -08:00