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

Commit

Permalink
Merge branch 'cs/psr-2' of https://github.com/Maks3w/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions test/BooleanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function testGettingDefaultType()
$this->assertEquals(127, $filter->getType());
}

static public function defaultTestProvider()
public static function defaultTestProvider()
{
return array(
array(false, false),
Expand All @@ -161,7 +161,7 @@ static public function defaultTestProvider()
);
}

static public function noCastingTestProvider()
public static function noCastingTestProvider()
{
return array(
array(false, false),
Expand All @@ -185,7 +185,7 @@ static public function noCastingTestProvider()
);
}

static public function typeTestProvider()
public static function typeTestProvider()
{
return array(
array(
Expand Down Expand Up @@ -435,7 +435,7 @@ static public function typeTestProvider()
);
}

static public function combinedTypeTestProvider()
public static function combinedTypeTestProvider()
{
return array(
array(
Expand Down
6 changes: 3 additions & 3 deletions test/NullTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function testGettingDefaultType()
$this->assertEquals(63, $filter->getType());
}

static public function defaultTestProvider()
public static function defaultTestProvider()
{
return array(
array(null, null),
Expand All @@ -123,7 +123,7 @@ static public function defaultTestProvider()
);
}

static public function typeTestProvider()
public static function typeTestProvider()
{
return array(
array(
Expand Down Expand Up @@ -255,7 +255,7 @@ static public function typeTestProvider()
);
}

static public function combinedTypeTestProvider()
public static function combinedTypeTestProvider()
{
return array(
array(
Expand Down

0 comments on commit 809bd88

Please # to comment.