[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/ocramius/proxy-manager/tests/ProxyManagerTest/Functional/ -> NullObjectFunctionalTest.php (summary)

(no description)

File Size: 223 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

NullObjectFunctionalTest:: (10 methods):
  testMethodCalls()
  testMethodCallsAfterUnSerialization()
  testMethodCallsAfterCloning()
  testPropertyReadAccess()
  testPropertyWriteAccess()
  testPropertyExistence()
  testPropertyUnset()
  generateProxy()
  getProxyMethods()
  getPropertyAccessProxies()


Class: NullObjectFunctionalTest  - X-Ref

Tests for {@see \ProxyManager\ProxyGenerator\NullObjectGenerator} produced objects

testMethodCalls($className, $instance, $method, $params, $expectedValue)   X-Ref


testMethodCallsAfterUnSerialization($className, $instance, $method, $params, $expectedValue)   X-Ref


testMethodCallsAfterCloning($className, $instance, $method, $params, $expectedValue)   X-Ref


testPropertyReadAccess($instance, $proxy, $publicProperty, $propertyValue)   X-Ref


testPropertyWriteAccess($instance, $proxy, $publicProperty)   X-Ref


testPropertyExistence($instance, $proxy, $publicProperty)   X-Ref


testPropertyUnset($instance, $proxy, $publicProperty)   X-Ref


generateProxy($parentClassName)   X-Ref
Generates a proxy for the given class name, and retrieves its class name

param: string $parentClassName
return: string

getProxyMethods()   X-Ref
Generates a list of object | invoked method | parameters | expected result

return: array

getPropertyAccessProxies()   X-Ref
Generates proxies and instances with a public property to feed to the property accessor methods

return: array



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1