/**
  * @expectedException \InvalidArgumentException
  */
 public function testShouldThrowAnExceptionWhenCreatesItemCollectionWithInvalidArgument()
 {
     \laravel\pagseguro\Facades\PagSeguroFacade::createItemCollection(['myArgument' => 'myValue']);
 }