Пример #1
0
 /**
  * @test
  */
 public function setDescriptionSetsDescription()
 {
     $description = 'This is the foobar mount, used for foo and bar';
     $this->subject->setDescription($description);
     $this->assertSame($description, $this->subject->getDescription());
 }