コード例 #1
0
 /**
  * @test
  */
 public function getAsArrayForExistingIntegerValueReturnsEmptyArray()
 {
     self::assertSame(array(), $this->subject->getAsArray('testValuePositiveInteger'));
 }
コード例 #2
0
 /**
  * @test
  */
 public function getAsArrayForExistingIntegerValueReturnsEmptyArray()
 {
     $this->assertSame(array(), $this->fixture->getAsArray('testValuePositiveInteger'));
 }