Skip to content

Commit 2af35bc

Browse files
committed
debug travis
1 parent a19fbf7 commit 2af35bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/_support/Helper/MembersRestriction.php

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ public function haveAPimcoreAsset($key = 'restricted-asset')
6161
$asset->setParent(Asset::getByPath('/' . RestrictionUri::PROTECTED_ASSET_FOLDER));
6262
$asset->save();
6363

64+
\Codeception\Util\Debug::debug($asset->getFileSystemPath());
65+
6466
$this->assertInstanceOf(Asset::class, $asset);
6567

6668
return $asset;

tests/etc/scripts/codeception

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
echo "START CODECEPTION TESTS FOR $DACHCOM_BUNDLE_NAME"
55

6-
CMD="vendor/bin/codecept run -c lib/$DACHCOM_BUNDLE_NAME --env travis"
6+
CMD="vendor/bin/codecept run -c lib/$DACHCOM_BUNDLE_NAME --env travis --debug"
77

88
# generate json result file
99
CMD="$CMD --json"

0 commit comments

Comments
 (0)