Esempio n. 1
0
 /**
  * @test
  * @expectedException \ComicAPI\Exceptions\ComicApiException
  * @expectedExceptionMessage The token marvel is invalid.
  */
 public function invalidTokens()
 {
     $container = new TokenContainer();
     $container->createAndStore('lorem-ipsum', 'marvel');
     $container->isValid();
 }