1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

OK. this works locally

This commit is contained in:
Thomas Tanghus 2013-08-19 22:41:29 +02:00
parent a544d218f0
commit 09a8d673af
3 changed files with 2 additions and 10 deletions

View File

@ -41,7 +41,7 @@ package_name=$(build_directory)$(app_name)
test: javascript-tests unit-tests integration-tests acceptance-tests
unit-tests:
cd tests; phpunit
cd tests; phpunit *.php
#tests/vobject.php

View File

@ -1,8 +1,6 @@
#!/bin/bash
cd ..
echo "Current dir: $PWD"
ls
git clone https://github.com/owncloud/core
git clone https://github.com/owncloud/appframework
cd contacts
cd -

View File

@ -8,10 +8,4 @@
strict="true"
verbose="true"
>
<testsuites>
<testsuite name="Contacts App">
<directory suffix=".php">tests</directory>
<exclude>tests/data</exclude>
</testsuite>
</testsuites>
</phpunit>