Example #1
0
 /**
  * @test
  */
 public function getValueReturnsValueSetByConstructor()
 {
     $this->assertSame($this->value, $this->fixture->getValue());
 }