protected static property PHPUnit_Framework_MockObject_Invocation_Static::$uncloneableExtensions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Static.php \PHPUnit_Framework_MockObject_Invocation_Static::uncloneableExtensions
Type: array
File
- vendor/
phpunit/ phpunit-mock-objects/ src/ Framework/ MockObject/ Invocation/ Static.php, line 23
Class
- PHPUnit_Framework_MockObject_Invocation_Static
- Represents a static invocation.
Code
protected static $uncloneableExtensions = array(
'mysqli' => true,
'SQLite' => true,
'sqlite3' => true,
'tidy' => true,
'xmlwriter' => true,
'xsl' => true,
);