Neos\Flow\Tests\Functional\Reflection\ReflectionServiceTest::classSchemaCanBeBuiltForAggregateRootsWithPlainOldPhpBaseClasses PHP Метод

classSchemaCanBeBuiltForAggregateRootsWithPlainOldPhpBaseClasses() публичный Метод

Test for https://jira.neos.io/browse/FLOW-316
    public function classSchemaCanBeBuiltForAggregateRootsWithPlainOldPhpBaseClasses()
    {
        $this->reflectionService->getClassSchema(Reflection\Fixtures\Model\EntityExtendingPlainObject::class);
        // dummy assertion to suppress PHPUnit warning
        $this->assertTrue(true);
    }