@codeCoverageIgnoreStart for private __clone()

This commit is contained in:
Anton Terekhov
2012-11-21 21:02:13 +04:00
parent c65ce706a9
commit 766cce1fbc
5 changed files with 41 additions and 5 deletions

View File

@ -32,8 +32,18 @@ class Registry extends ArrayObject
{
parent::__construct($array, $flags);
}
private function __clone(){}
/**
* Refuse clone
* @codeCoverageIgnoreStart
*/
private function __clone()
{
}
/**
* @codeCoverageIgnoreStart
*/
/**
* Retrieves the default registry instance.