forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump latest ocis commit id (cs3org#4827)
test with updated path bump latest ocis commit Signed-off-by: prashant-gurung899 <[email protected]>
- Loading branch information
1 parent
7c6db45
commit c991ee0
Showing
5 changed files
with
3 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# The test runner source for API tests | ||
APITESTS_COMMITID=b88de129d978b5eee0a04ec2e791efb984bd8e07 | ||
APITESTS_COMMITID=854332e332890fe84ebef0fb34bcd05b2988051d | ||
APITESTS_BRANCH=master | ||
APITESTS_REPO_GIT_URL=https://github.com/owncloud/ocis.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?php | ||
require_once '../ocis/tests/acceptance/features/bootstrap/bootstrap.php'; | ||
require_once '../ocis/tests/acceptance/bootstrap/bootstrap.php'; | ||
|
||
$classLoader = new \Composer\Autoload\ClassLoader(); | ||
$classLoader->addPsr4( | ||
"", "../ocis/tests/acceptance/features/bootstrap", true | ||
"", "../ocis/tests/acceptance/bootstrap", true | ||
); | ||
|
||
$classLoader->register(); |