We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19fbf7 commit 2af35bcCopy full SHA for 2af35bc
tests/_support/Helper/MembersRestriction.php
@@ -61,6 +61,8 @@ public function haveAPimcoreAsset($key = 'restricted-asset')
61
$asset->setParent(Asset::getByPath('/' . RestrictionUri::PROTECTED_ASSET_FOLDER));
62
$asset->save();
63
64
+ \Codeception\Util\Debug::debug($asset->getFileSystemPath());
65
+
66
$this->assertInstanceOf(Asset::class, $asset);
67
68
return $asset;
tests/etc/scripts/codeception
@@ -3,7 +3,7 @@ set -e
3
4
echo "START CODECEPTION TESTS FOR $DACHCOM_BUNDLE_NAME"
5
6
-CMD="vendor/bin/codecept run -c lib/$DACHCOM_BUNDLE_NAME --env travis"
+CMD="vendor/bin/codecept run -c lib/$DACHCOM_BUNDLE_NAME --env travis --debug"
7
8
# generate json result file
9
CMD="$CMD --json"
0 commit comments