Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
ClassUtilsTest.php
»
stdClass
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
78 string references to 'stdClass'
ClassMetadataFactoryTest::testGetMetadataFor
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
ClassMetadataFactoryTest.php
ClassMetadataTest::testGroupSequenceProviderFailsIfDomainClassIsInvalid
in drupal/
core/
vendor/
symfony/
validator/
Symfony/
Component/
Validator/
Tests/
Mapping/
ClassMetadataTest.php
@expectedException
\Symfony\Component\Validator\Exception\GroupDefinitionException
ClassUtilsTest::dataGetClass
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Util/
ClassUtilsTest.php
ClassUtilsTest::testGenerateProxyClassName
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Util/
ClassUtilsTest.php
ClassUtilsTest::testGetParentClass
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Util/
ClassUtilsTest.php
ContainerBuilderTest::testAliases
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
@covers
Symfony\Component\DependencyInjection\ContainerBuilder
::setAlias @covers
Symfony\Component\DependencyInjection\ContainerBuilder
::hasAlias @covers
Symfony\Component\DependencyInjection\ContainerBuilder
::getAlias
ContainerBuilderTest::testCreateServiceArguments
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
@covers
Symfony\Component\DependencyInjection\ContainerBuilder
::createService
ContainerBuilderTest::testCreateServiceClass
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
@covers
Symfony\Component\DependencyInjection\ContainerBuilder
::createService
ContainerBuilderTest::testCreateServiceFactoryMethod
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
@covers
Symfony\Component\DependencyInjection\ContainerBuilder
::createService
ContainerBuilderTest::testCreateServiceMethodCalls
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
@covers
Symfony\Component\DependencyInjection\ContainerBuilder
::createService
ContainerBuilderTest::testGet
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
@covers
Symfony\Component\DependencyInjection\ContainerBuilder
::get
ContainerBuilderTest::testGetAliases
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
@covers
Symfony\Component\DependencyInjection\ContainerBuilder
::getAliases
ContainerBuilderTest::testGetServiceIds
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
@covers
Symfony\Component\DependencyInjection\ContainerBuilder
::getServiceIds
ContainerBuilderTest::testNoExceptionWhenSetSyntheticServiceOnAFrozenContainer
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
ContainerBuilderTest::testThrowsExceptionWhenSetServiceOnAFrozenContainer
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
ContainerBuilderTest.php
@expectedException BadMethodCallException
CustomNormalizerTest::testSupportsDenormalization
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Tests/
Normalizer/
CustomNormalizerTest.php
DebugTest::testExportObject
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Util/
DebugTest.php
DefaultFileLocatorTest::testFileExists
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
DefaultFileLocatorTest.php
DefaultFileLocatorTest::testFindMappingFile
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
DefaultFileLocatorTest.php
DefaultFileLocatorTest::testGetAllClassNames
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
DefaultFileLocatorTest.php
DefinitionTest::testArguments
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setArguments @covers
Symfony\Component\DependencyInjection\Definition
::getArguments @covers
Symfony\Component\DependencyInjection\Definition
::addArgument
DefinitionTest::testClearTag
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::clearTags
DefinitionTest::testClearTags
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::clearTags
DefinitionTest::testConstructor
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::__construct
DefinitionTest::testExceptionOnEmptyMethodCall
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@expectedException
\Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
@expectedExceptionMessage Method name cannot be empty.
DefinitionTest::testGetArgumentShouldCheckBounds
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@expectedException OutOfBoundsException
DefinitionTest::testMethodCalls
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setMethodCalls @covers
Symfony\Component\DependencyInjection\Definition
::addMethodCall @covers
Symfony\Component\DependencyInjection\Definition
::hasMethodCall @covers…
DefinitionTest::testReplaceArgumentShouldCheckBounds
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@expectedException OutOfBoundsException
DefinitionTest::testSetArgument
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::replaceArgument
DefinitionTest::testSetGetClass
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setClass @covers
Symfony\Component\DependencyInjection\Definition
::getClass
DefinitionTest::testSetGetConfigurator
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setConfigurator @covers
Symfony\Component\DependencyInjection\Definition
::getConfigurator
DefinitionTest::testSetGetFactoryClass
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
DefinitionTest::testSetGetFactoryMethod
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
DefinitionTest::testSetGetFactoryService
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
DefinitionTest::testSetGetFile
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setFile @covers
Symfony\Component\DependencyInjection\Definition
::getFile
DefinitionTest::testSetGetProperties
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
DefinitionTest::testSetGetScope
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setScope @covers
Symfony\Component\DependencyInjection\Definition
::getScope
DefinitionTest::testSetIsAbstract
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setAbstract @covers
Symfony\Component\DependencyInjection\Definition
::isAbstract
DefinitionTest::testSetIsLazy
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setLazy @covers
Symfony\Component\DependencyInjection\Definition
::isLazy
DefinitionTest::testSetIsPublic
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setPublic @covers
Symfony\Component\DependencyInjection\Definition
::isPublic
DefinitionTest::testSetIsSynchronized
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setSynchronized @covers
Symfony\Component\DependencyInjection\Definition
::isSynchronized
DefinitionTest::testSetIsSynthetic
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::setSynthetic @covers
Symfony\Component\DependencyInjection\Definition
::isSynthetic
DefinitionTest::testSetProperty
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
DefinitionTest::testTags
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
DefinitionTest.php
@covers
Symfony\Component\DependencyInjection\Definition
::addTag @covers
Symfony\Component\DependencyInjection\Definition
::getTag @covers
Symfony\Component\DependencyInjection\Definition
::getTags @covers…
DriverChainTest::testIsTransient
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
ChainDriverTest.php
@group DDC-706
drupal_var_export
in drupal/
core/
includes/
utility.inc
Drupal-friendly
var_export
().
FileDriverTest::testGetAllClassNamesBothSources
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
FileDriverTest.php
FileDriverTest::testGetAllClassNamesFromMappingFile
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
FileDriverTest.php
FileDriverTest::testGetElementFromFile
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
FileDriverTest.php
FileDriverTest::testIsNotTransient
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
FileDriverTest.php
FileDriverTest::testNonLocatorFallback
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
FileDriverTest.php
Framework_AssertTest::testAssertContainsOnlyInstancesOf
in drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
Framework/
AssertTest.php
@covers PHPUnit_Framework_Assert::assertContainsOnlyInstancesOf
Framework_ConstraintTest::testConstraintClassHasAttribute
in drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
Framework/
ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasAttribute @covers PHPUnit_Framework_Assert::classHasAttribute @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintClassHasAttribute2
in drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
Framework/
ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasAttribute @covers PHPUnit_Framework_Assert::classHasAttribute @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintClassHasStaticAttribute
in drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
Framework/
ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasStaticAttribute @covers PHPUnit_Framework_Assert::classHasStaticAttribute @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintClassHasStaticAttribute2
in drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
Framework/
ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasStaticAttribute @covers PHPUnit_Framework_Assert::classHasStaticAttribute @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintClassNotHasAttribute
in drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
Framework/
ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasAttribute @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::classHasAttribute @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintClassNotHasStaticAttribute
in drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
Framework/
ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasStaticAttribute @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::classHasStaticAttribute @covers PHPUnit_Framework_Assert::logicalNot @covers…
Framework_ConstraintTest::testConstraintIsNotInstanceOf
in drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
Framework/
ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsInstanceOf @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::isInstanceOf @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsNotInstanceOf2
in drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
Framework/
ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsInstanceOf @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::isInstanceOf @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_MockObjectTest::testClonedMockObjectCanBeUsedInPlaceOfOriginalOne
in drupal/
core/
vendor/
phpunit/
phpunit-mock-objects/
Tests/
MockObjectTest.php
Framework_MockObjectTest::testClonedMockObjectIsNotIdenticalToOriginalOne
in drupal/
core/
vendor/
phpunit/
phpunit-mock-objects/
Tests/
MockObjectTest.php
Framework_MockObjectTest::testClonedMockObjectShouldStillEqualTheOriginal
in drupal/
core/
vendor/
phpunit/
phpunit-mock-objects/
Tests/
MockObjectTest.php
Framework_MockObjectTest::testMockObjectsConstructedIndepentantlyShouldBeEqual
in drupal/
core/
vendor/
phpunit/
phpunit-mock-objects/
Tests/
MockObjectTest.php
Framework_MockObjectTest::testMockObjectsConstructedIndepentantlyShouldNotBeTheSame
in drupal/
core/
vendor/
phpunit/
phpunit-mock-objects/
Tests/
MockObjectTest.php
GraphvizDumper::findNodes
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Dumper/
GraphvizDumper.php
Finds all nodes.
NullDumperTest::testNullDumper
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
LazyProxy/
PhpDumper/
NullDumperTest.php
PhpDumperTest::testDumpFrozenContainerWithNoParameter
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
Dumper/
PhpDumperTest.php
PhpDumperTest::testDumpOptimizationString
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
Dumper/
PhpDumperTest.php
RegisterListenersPassTest::testEventSubscriberWithoutInterface
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
DependencyInjection/
RegisterListenersPassTest.php
Tests that event subscribers not implementing EventSubscriberInterface trigger an exception.
SerializerTest::testDenormalizeNoMatch
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Tests/
SerializerTest.php
@expectedException
\Symfony\Component\Serializer\Exception\UnexpectedValueException
SerializerTest::testDenormalizeOnNormalizer
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Tests/
SerializerTest.php
@expectedException
\Symfony\Component\Serializer\Exception\UnexpectedValueException
SerializerTest::testDeserializeNotSupported
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Tests/
SerializerTest.php
services9.yml
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Tests/
Fixtures/
yaml/
services9.yml
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services9.yml
TestFileDriver::loadMappingFile
in drupal/
core/
vendor/
doctrine/
common/
tests/
Doctrine/
Tests/
Common/
Persistence/
Mapping/
FileDriverTest.php
Loads a mapping file with the given name and returns a map from class/entity names to their corresponding file driver elements.
TypeValidatorTest::getInvalidValues
in drupal/
core/
vendor/
symfony/
validator/
Symfony/
Component/
Validator/
Tests/
Constraints/
TypeValidatorTest.php
TypeValidatorTest::getValidValues
in drupal/
core/
vendor/
symfony/
validator/
Symfony/
Component/
Validator/
Tests/
Constraints/
TypeValidatorTest.php
ViewExecutable::initQuery
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
ViewExecutable.php
Do some common building initialization.