Skip to content

Commit

Permalink
Coverage ignore for ActiveValidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
romeOz committed Jan 26, 2015
1 parent 6f06070 commit 6b65b1a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ActiveValidate.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*
* @method static Validate unique(Model $m, $targetAttribute = null, $targetClass = null, $filter = null)
*
* @codeCoverageIgnore
* @package rock\validate
*/
class ActiveValidate extends Validate
Expand Down
6 changes: 6 additions & 0 deletions src/locale/en/Unique.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

use rock\validate\locale\Locale;

/**
* Class Unique
*
* @codeCoverageIgnore
* @package rock\validate\locale\en
*/
class Unique extends Locale
{
public function defaultTemplates()
Expand Down
7 changes: 6 additions & 1 deletion src/locale/ru/Unique.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

namespace rock\validate\locale\ru;


/**
* Class Unique
*
* @codeCoverageIgnore
* @package rock\validate\locale\ru
*/
class Unique extends \rock\validate\locale\en\Unique
{
public function defaultTemplates()
Expand Down

0 comments on commit 6b65b1a

Please sign in to comment.