Skip to content

Commit dcb232d

Browse files
committed
fix tests
1 parent 0a1d62f commit dcb232d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docker/debian9/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ echo "skipped"
4444

4545
echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
4646
# install software
47-
git clone --quiet https://github.com/mevdschee/php-crud-api2.git
47+
git clone --quiet https://github.com/mevdschee/php-crud-api.git
4848
echo "done"
4949

5050
echo "------------------------------------------------"
5151

5252
# run the tests
53-
cd php-crud-api2
53+
cd php-crud-api
5454
php test.php

docker/ubuntu16/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ echo "done"
5959

6060
echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
6161
# install software
62-
git clone --quiet https://github.com/mevdschee/php-crud-api2.git
62+
git clone --quiet https://github.com/mevdschee/php-crud-api.git
6363
echo "done"
6464

6565
echo "------------------------------------------------"
6666

6767
# run the tests
68-
cd php-crud-api2
68+
cd php-crud-api
6969
php test.php

docker/ubuntu18/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ echo "skipped"
4646

4747
echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
4848
# install software
49-
git clone --quiet https://github.com/mevdschee/php-crud-api2.git
49+
git clone --quiet https://github.com/mevdschee/php-crud-api.git
5050
echo "done"
5151

5252
echo "------------------------------------------------"
5353

5454
# run the tests
55-
cd php-crud-api2
55+
cd php-crud-api
5656
php test.php

0 commit comments

Comments
 (0)