You are here

8 calls to DeleteAssetsTest::createEvent() in Acquia Content Hub 8.2

DeleteAssetsTest::testAnEmptyAssetList in tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php
Test empty asset payload functionality.
DeleteAssetsTest::testDeletionOfAnExistingDisconnectedEntity in tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php
Test deletion of an existing disconnected local entity.
DeleteAssetsTest::testDeletionOfAnExistingEntity in tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php
Test an incoming delete webhook.
DeleteAssetsTest::testInitiatorSameAsClient in tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php
Test a webhook that was initiated by my own site.
DeleteAssetsTest::testNonDeleteCrud in tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php
Test successful non-delete crud operations.
DeleteAssetsTest::testNonExistingEntity in tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php
Test an entity that does not exit.
DeleteAssetsTest::testNonSuccessfulStatus in tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php
Test an unsuccessful payload status.
DeleteAssetsTest::testUnsupportedAssetType in tests/src/Unit/EventSubscriber/HandleWebhook/DeleteAssetsTest.php
Test an unsupported asset type.