You are here

namespace Doctrine\Tests\Common\Proxy in Zircon Profile 8

Same name in other branches
  1. 8.0 Doctrine\Tests\Common\Proxy
Classsort descending Location Description
AbstractProxyFactoryTest vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/AbstractProxyFactoryTest.php
AutoloaderTest vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/AutoloaderTest.php @group DDC-1698
CallableTypeHintClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/CallableTypeHintClass.php Test asset class
EvalBase vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyClassGeneratorTest.php
InvalidTypeHintClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/InvalidTypeHintClass.php Test asset class
LazyLoadableObject vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObject.php Test asset representing a lazy loadable object
LazyLoadableObjectClassMetadata vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php Class metadata test asset for @author Marco Pivetta <ocramius@gmail.com> @since 2.4
MagicCloneClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicCloneClass.php Test asset class
MagicGetByRefClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicGetByRefClass.php Test asset class
MagicGetClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicGetClass.php Test asset class
MagicIssetClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicIssetClass.php Test asset class
MagicSetClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicSetClass.php Test asset class
MagicSleepClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicSleepClass.php Test asset class
MagicWakeupClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/MagicWakeupClass.php Test asset class
ProxyClassGeneratorTest vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyClassGeneratorTest.php Test the proxy generator. Its work is generating on-the-fly subclasses of a given model, which implement the Proxy pattern.
ProxyLogicTest vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyLogicTest.php Test the generated proxies behavior. These tests make assumptions about the structure of LazyLoadableObject
ProxyMagicMethodsTest vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyMagicMethodsTest.php Test for behavior of proxies with inherited magic methods
SerializedClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/SerializedClass.php Test asset class
SleepClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/SleepClass.php Test asset class
StaticPropertyClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/StaticPropertyClass.php Test asset class
VariadicTypeHintClass vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/VariadicTypeHintClass.php Test asset class