public function testItIsPalindromeThrowsException()
 {
     $this->setExpectedException(Exception::class);
     Assert::isPalindrome('Pikachu');
 }