Beispiel #1
0
 /**
  * @test
  */
 public function shouldAllowGetPnoSetInConstructor()
 {
     $request = new GetAddresses($pno = 'thePno');
     $this->assertSame($pno, $request->getPno());
 }