Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Fixed docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Larose committed Oct 22, 2013
1 parent 10abedf commit eda0dac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/ZendTest/Validator/BitwiseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class BitwiseTest extends \PHPUnit_Framework_TestCase
{
/**
* @var \ZendTest\Validator\Bitwise
* @var \Zend\Validator\Bitwise
*/
public $validator;

Expand All @@ -24,7 +24,7 @@ public function setUp()
}

/**
* @covers \ZendTest\Validator\Bitwise::__construct()
* @covers \Zend\Validator\Bitwise::__construct()
* @dataProvider constructDataProvider
*
* @param array $args
Expand Down Expand Up @@ -63,7 +63,7 @@ public function constructDataProvider()
}

/**
* @covers \ZendTest\Validator\Bitwise::isvalid()
* @covers \Zend\Validator\Bitwise::isvalid()
*/
public function testBitwiseAndNotStrict()
{
Expand All @@ -89,7 +89,7 @@ public function testBitwiseAndNotStrict()
}

/**
* @covers \ZendTest\Validator\Bitwise::isvalid()
* @covers \Zend\Validator\Bitwise::isvalid()
*/
public function testBitwiseAndStrict()
{
Expand All @@ -116,7 +116,7 @@ public function testBitwiseAndStrict()
}

/**
* @covers \ZendTest\Validator\Bitwise::isvalid()
* @covers \Zend\Validator\Bitwise::isvalid()
*/
public function testBitwiseXor()
{
Expand Down Expand Up @@ -144,7 +144,7 @@ public function testBitwiseXor()
}

/**
* @covers \ZendTest\Validator\Bitwise::setOperator()
* @covers \Zend\Validator\Bitwise::setOperator()
*/
public function testSetOperator()
{
Expand All @@ -158,7 +158,7 @@ public function testSetOperator()
}

/**
* @covers \ZendTest\Validator\Bitwise::setStrict()
* @covers \Zend\Validator\Bitwise::setStrict()
*/
public function testSetStrict()
{
Expand Down

0 comments on commit eda0dac

Please sign in to comment.