/**
  * @test
  */
 public function getAsArrayForExistingIntegerValueReturnsEmptyArray()
 {
     self::assertSame(array(), $this->subject->getAsArray('testValuePositiveInteger'));
 }
 /**
  * @test
  */
 public function getAsArrayForExistingIntegerValueReturnsEmptyArray()
 {
     $this->assertSame(array(), $this->fixture->getAsArray('testValuePositiveInteger'));
 }