13 calls to EntityLoadHelperTest::getEntityLoadHelperMock() in YAML Content 8
- EntityLoadHelperTest::setUpCategorizeAttributesTests in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - Prepare the EntityLoadHelper mock for testing categorizeAttributes.
- EntityLoadHelperTest::testEntityExistsAttemptsToLoadEntity in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - Test entityExists uses content data to load matching entities.
- EntityLoadHelperTest::testEntityExistsReturnsFalseWhenAnEntityIsNotLoaded in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - Test entityExists method returns false when an entity is not loaded.
- EntityLoadHelperTest::testEntityExistsReturnsTrueWhenAnEntityIsLoaded in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - Test entityExists method returns true when an entity is loaded.
- EntityLoadHelperTest::testExtractContentPropertiesOnlyReturnsProperties in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - Test extractContentProperties returns property attributes.
- EntityLoadHelperTest::testLoadEntityDoesntSearchTwiceIfNoUuidIsProvided in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - An entity is not searched by UUID if no UUID is provided.
- EntityLoadHelperTest::testLoadEntityDoesntSearchTwiceIfUuidIsProvided in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - An entity is not searched by properties if UUID is provided.
- EntityLoadHelperTest::testLoadEntityLoadsByPropertiesIfUuidIsUnavailable in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - An entity is searched by properties if no UUID is defined.
- EntityLoadHelperTest::testLoadEntityLoadsUuidFirstIfAvailable in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - An entity is searched by UUID first if one is provided.
- EntityLoadHelperTest::testLoadEntityWithPropertiesdReturnsMatchedEntity in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - Test that loadEntity returns matched entity if property searching returned a match.
- EntityLoadHelperTest::testLoadEntityWithPropertiesReturnsFalseWithNoMatches in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - Test that loadEntity returns false if property searching returned no matches.
- EntityLoadHelperTest::testLoadEntityWithUuidReturnsFalseWithNoMatches in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - Test that loadEntity returns false if UUID searching returned no matches.
- EntityLoadHelperTest::testLoadEntityWithUuidReturnsMatchedEntity in tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php - Test that loadEntity returns matched entity if UUID searching returned a match.