This commit is contained in:
Bernhard Posselt 2013-05-07 21:38:41 +02:00
Родитель 9bd385bf43
Коммит 67db007a10
1 изменённых файлов: 15 добавлений и 5 удалений

Просмотреть файл

@ -146,28 +146,38 @@ The package lies in the **build/** directory and is ready to be uploaded to `the
Running tests Running tests
------------- -------------
All tests:: All tests
~~~~~~~~~
::
make test make test
PHP Unit tests:: PHP Unit tests
~~~~~~~~~~~~~~
::
make unit-tests make unit-tests
Integration tests:: Integration tests
~~~~~~~~~~~~~~~~~
::
make integration-tests make integration-tests
Acceptance tests
~~~~~~~~~~~~~~~~
.. note:: For acceptance tests, a user with the name **test** and password **test** must exist! .. note:: For acceptance tests, a user with the name **test** and password **test** must exist!
To change the url under which ownCloud is installed, set the environment variable $OWNCLOUD_HOST:: To change the url under which ownCloud is installed, set the environment variable $OWNCLOUD_HOST::
export OWNCLOUD_HOST='localhost/core' export OWNCLOUD_HOST='localhost/core'
Acceptance tests:: ::
make acceptance-tests make acceptance-tests
JavaScript unit tests:: JavaScript unit tests
~~~~~~~~~~~~~~~~~~~~~
::
make javascript-tests make javascript-tests