File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ echo "skipped"
44
44
45
45
echo -n " [4/4] Cloning PHP-CRUD-API v2 ... "
46
46
# 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
48
48
echo " done"
49
49
50
50
echo " ------------------------------------------------"
51
51
52
52
# run the tests
53
- cd php-crud-api2
53
+ cd php-crud-api
54
54
php test.php
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ echo "done"
59
59
60
60
echo -n " [4/4] Cloning PHP-CRUD-API v2 ... "
61
61
# 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
63
63
echo " done"
64
64
65
65
echo " ------------------------------------------------"
66
66
67
67
# run the tests
68
- cd php-crud-api2
68
+ cd php-crud-api
69
69
php test.php
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ echo "skipped"
46
46
47
47
echo -n " [4/4] Cloning PHP-CRUD-API v2 ... "
48
48
# 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
50
50
echo " done"
51
51
52
52
echo " ------------------------------------------------"
53
53
54
54
# run the tests
55
- cd php-crud-api2
55
+ cd php-crud-api
56
56
php test.php
You can’t perform that action at this time.
0 commit comments