You are here

33 calls to FeedsReflectionTrait::getProtectedClosure() in Feeds 8.3

BooleanTest::testPrepareValue in tests/src/Unit/Feeds/Target/BooleanTest.php
@covers ::prepareValue
ConfigEntityReferenceTest::testPrepareValue in tests/src/Unit/Feeds/Target/ConfigEntityReferenceTest.php
Tests finding an entity by ID.
ConfigEntityReferenceTest::testPrepareValueReferenceNotFound in tests/src/Unit/Feeds/Target/ConfigEntityReferenceTest.php
Tests prepareValue() method without match.
DateRangeTest::testPrepareValue in tests/src/Unit/Feeds/Target/DateRangeTest.php
@covers ::prepareValue
DateTimeTest::testGetTimezoneConfiguration in tests/src/Unit/Feeds/Target/DateTimeTest.php
Test the timezone configuration.
DateTimeTest::testPrepareValue in tests/src/Unit/Feeds/Target/DateTimeTest.php
Tests preparing a value that succeeds.
DateTimeTest::testWithErrors in tests/src/Unit/Feeds/Target/DateTimeTest.php
Tests preparing a value that fails.
DateTimeTest::testYearValue in tests/src/Unit/Feeds/Target/DateTimeTest.php
Tests parsing a year value.
EmailTest::testPrepareValue in tests/src/Unit/Feeds/Target/EmailTest.php
Basic test for the email target.
EntityReferenceTest::testPrepareValue in tests/src/Unit/Feeds/Target/EntityReferenceTest.php
@covers ::prepareValue @covers ::findEntities
EntityReferenceTest::testPrepareValueEmptyFeed in tests/src/Unit/Feeds/Target/EntityReferenceTest.php
@covers ::prepareValue
EntityReferenceTest::testPrepareValueReferenceNotFound in tests/src/Unit/Feeds/Target/EntityReferenceTest.php
@covers ::prepareValue @covers ::findEntities
EntityReferenceTestBase::testPrepareValueEmptyFeed in tests/src/Unit/Feeds/Target/EntityReferenceTestBase.php
Tests prepareValue() without passing values.
FeedQueueWorkerBaseTest::test in tests/src/Unit/Plugin/QueueWorker/FeedQueueWorkerBaseTest.php
Tests various methods on the FeedQueueWorkerBase class.
FeedsReflectionTrait::callProtectedMethod in tests/src/Traits/FeedsReflectionTrait.php
Calls a protected method on the given object.
FileTest::testPrepareValue in tests/src/Unit/Feeds/Target/FileTest.php
@covers ::prepareValue @dataProvider dataProviderPrepareValue
FileTestBase::testPrepareValue in tests/src/Kernel/Feeds/Target/FileTestBase.php
@covers ::prepareValue @dataProvider dataProviderPrepareValue
IntegerTest::testPrepareValue in tests/src/Unit/Feeds/Target/IntegerTest.php
@covers ::prepareValue
LinkTest::testPrepareValue in tests/src/Unit/Feeds/Target/LinkTest.php
@covers ::prepareValue
NumberTest::testPrepareValue in tests/src/Unit/Feeds/Target/NumberTest.php
@covers ::prepareValue
PasswordTest::testPrepareValueUsingHashedPassword in tests/src/Unit/Feeds/Target/PasswordTest.php
Tests preparing a sha512 hashed password.
PasswordTest::testPrepareValueUsingMd5Password in tests/src/Unit/Feeds/Target/PasswordTest.php
Tests preparing a md5 hashed password.
PasswordTest::testPrepareValueUsingMd5PasswordThatFails in tests/src/Unit/Feeds/Target/PasswordTest.php
Tests preparing a md5 hashed password that fails.
PasswordTest::testPrepareValueUsingPlainPassword in tests/src/Unit/Feeds/Target/PasswordTest.php
Tests preparing a plain text password.
PathTest::testPrepareValue in tests/src/Unit/Feeds/Target/PathTest.php
@covers ::prepareValue
TelephoneTest::testPrepareValue in tests/src/Unit/Feeds/Target/TelephoneTest.php
@covers ::prepareValue @dataProvider dataProviderPrepareValue
TextTest::testPrepareValue in tests/src/Unit/Feeds/Target/TextTest.php
@covers ::prepareValue
TimestampTest::testPrepareValue in tests/src/Unit/Feeds/Target/TimestampTest.php
@covers ::prepareValue
UserRoleTest::testPrepareValue in tests/src/Unit/Feeds/Target/UserRoleTest.php
Tests finding a role by label.
UserRoleTest::testPrepareValueEmptyFeedWithAutoCreateRole in tests/src/Unit/Feeds/Target/UserRoleTest.php
Tests prepareValue() with passing a space as value.
UserRoleTest::testPrepareValueNonAllowedRole in tests/src/Unit/Feeds/Target/UserRoleTest.php
Tests referencing a non-allowed role.
UserRoleTest::testPrepareValueReferenceNotFound in tests/src/Unit/Feeds/Target/UserRoleTest.php
Tests prepareValue() method without match.
UserRoleTest::testPrepareValueWithNewRole in tests/src/Unit/Feeds/Target/UserRoleTest.php
Tests referencing a newly created role.