public function testConstruct()
 {
     $this->assertEquals('app.command.pracownik.dodaj', $this->command->messageName());
     $this->assertEquals('prawdziwy user', $this->command->getUser());
 }