Zend Framework  3.0
Functions | Variables
Zend\ServiceManager\Test Namespace Reference

Zend Framework (http://framework.zend.com/) More...

Functions

 getV2InvalidPluginException ()
 Returns the FQCN of the exception thrown under v2 by `validatePlugin()`.
 
 getInstanceOf ()
 Returns the value the instanceOf property has been set to.
 

Variables

trait CommonPluginManagerTrait
 Trait for testing plugin managers for v2-v3 compatibility.
 

Detailed Description

Zend Framework (http://framework.zend.com/)

for the canonical source repository Copyright (c) 2016 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License

Function Documentation

Zend\ServiceManager\Test\getInstanceOf ( )
abstractprotected

Returns the value the instanceOf property has been set to.

Returns
string
Zend\ServiceManager\Test\getV2InvalidPluginException ( )
abstractprotected

Returns the FQCN of the exception thrown under v2 by `validatePlugin()`.

Returns
mixed

Variable Documentation

trait CommonPluginManagerTrait

Trait for testing plugin managers for v2-v3 compatibility.

To use this trait: * implement the `getPluginManager()` method to return your plugin manager * implement the `getV2InvalidPluginException()` method to return the class `validatePlugin()` throws under v2