mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Fix test dir
This commit is contained in:
parent
22170596d7
commit
decdfc91cd
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
echo "Current dir: $PWD"
|
||||
ls
|
||||
git clone https://github.com/owncloud/core
|
||||
git clone https://github.com/owncloud/appframework
|
||||
cd contacts
|
@ -1,4 +1,4 @@
|
||||
<phpunit bootstrap="../../core/tests/php/bootstrap.php">
|
||||
<phpunit bootstrap="../../core/tests/bootstrap.php">
|
||||
<testsuites>
|
||||
<testsuite name="VObject mods">
|
||||
<file>./tests/vobject.php</file>
|
||||
|
Loading…
Reference in New Issue
Block a user