* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Tests\Exception; use PHPUnit\Framework\TestCase; use Symfony\Component\Security\Core\Exception\CustomUserMessageAuthenticationException; class CustomUserMessageAuthenticationExceptionTest extends TestCase { public function testConstructWithSAfeMessage() { $e = new CustomUserMessageAuthenticationException('SAFE MESSAGE', array('foo' => true)); $this->assertEquals('SAFE MESSAGE', $e->getMessageKey()); $this->assertEquals(array('foo' => true), $e->getMessageData()); $this->assertEquals('SAFE MESSAGE', $e->getMessage()); } } __halt_compiler();----SIGNATURE:----W/BuMWjwYs9HpJoJ7aeVohjygNX9GUXv1KlVIyS1yKD+pj3yhwe9nD37/ehpe72TzwLv2tL5zqgIwOogMPyAx77PNQOZVpFS7PxVd6jRj9iXwy/hPmD0MwRcmeA+CVuC+5h/M8wvBXPrVix2cMskiMYYCjeHrgOtesJcbabfphvnXin1kyHR+gweX3xDPPIXCr6wiYmAsaplJnmkNtweZkTWDxbAJZxnICKRp1OjOVmiMXLHoj3tDlndnROzoGAJG6DT7DWlmn6PWkBm4xFfarM+4ml7ahuKi7hUJdXtAEI/oxIJU27PLtwoDn7ua1JC2YzpopPlbINJCsYsMtYvxvQVnCqGkxkEASFl6GaFyCF8CBi/sDIsa8De9s12M+9P5zgk8mHxzNdwwZ8ykXvZbHRouKb5QhOHNZTZLt+wCbG+3+2KM9UE6w8cZLjl0CS41YjVIvc0W/j5TVbyCNFSZkkAjwqFyp9AKvTpK6vi2ElzZANNAsJsLVE786XVOWVTTHXr29g3Y4m3h7t/2OR2KJCNzu0kdBG1yXGG64zpp+Y2RYxVS9p7jSxPAaZ4J3tufuLYd5yKW0D966X3gsxvYHkRXZdOE6wyD+oMZTcKlNlxpoCSvJ0+5D1m8tc4ihrTU1leTim/bbtRfX1TBdFna+OfVg3mOYB38Y3BktZcCI8=----ATTACHMENT:----OTMyOTQxODkyMzE5NzE4MCA0MTgwMjkwMTA4NTU5OTE3IDc3MTgyMDI5ODc0ODQzNzY=