Remove unused constant

This commit is contained in:
AbdElKader Bouadjadja 2017-07-28 23:20:34 +02:00
parent 27a6c1f604
commit 7168d89cf2
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ use Symfony\Component\Security\Core\Encoder\BCryptPasswordEncoder;
class BCryptPasswordEncoderTest extends TestCase
{
const PASSWORD = 'password';
const BYTES = '0123456789abcdef';
const VALID_COST = '04';
/**