You are here

7 calls to EntityConverterTest::setUpMocks() in Drupal 8

EntityConverterTest::testConvert in core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
Tests the convert() method.
EntityConverterTest::testConvertWithInvalidEntityType in core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
Tests the convert() method with an invalid entity type.
EntityConverterTest::testDeprecatedGetLatestTranslationAffectedRevision in core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
Tests that ::getLatestTranslationAffectedRevision() is deprecated.
EntityConverterTest::testDeprecatedLanguageManager in core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
Tests that passing the language manager triggers a deprecation error.
EntityConverterTest::testDeprecatedLanguageManagerMethod in core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
Tests that retrieving the language manager triggers a deprecation error.
EntityConverterTest::testDeprecatedLanguageManagerProperty in core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
Tests that retrieving the language manager triggers a deprecation error.
EntityConverterTest::testDeprecatedLoadRevision in core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
Tests that ::loadRevision() is deprecated.