Example #1
0
 /** @test */
 public function it_sets_correct_value_for_description()
 {
     $this->request->description('testing the process');
     $this->assertSame(str_pad('testing the process', 125), $this->request->getDescription());
 }