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