Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
d4885d9b
Commit
d4885d9b
authored
Mar 06, 2015
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.2' into 1.3
* 1.2: Fix README doc about running unit tests
parents
b99bf4ba
0161e781
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.rst
README.rst
+4
-3
No files found.
README.rst
View file @
d4885d9b
...
...
@@ -39,12 +39,12 @@ Read the `documentation`_ for more information.
Tests
-----
To run the test suite, you need `Composer`_:
To run the test suite, you need `Composer`_
and `PHPUnit`_
:
.. code-block:: bash
$
php composer.phar install --dev
$
vendor/bin/
phpunit
$
composer install
$ phpunit
Community
---------
...
...
@@ -58,5 +58,6 @@ Silex is licensed under the MIT license.
.. _Symfony2 components: http://symfony.com
.. _Composer: http://getcomposer.org
.. _PHPUnit: https://phpunit.de
.. _silex.zip: http://silex.sensiolabs.org/download
.. _documentation: http://silex.sensiolabs.org/documentation
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment