/**
  * @test
  * @expectedException \InvalidArgumentException
  */
 public function it_throws_exception_if_properties_are_not_set()
 {
     $userAgent = new UserAgentBuilder();
     $userAgent->build();
 }