Skip to content

Commit 5e57bd0

Browse files
Remove some unneeded checks/tests
1 parent 175b36e commit 5e57bd0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Tests/Authentication/Token/RememberMeTokenTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ public function testConstructor()
2929
$this->assertTrue($token->isAuthenticated());
3030
}
3131

32-
/**
33-
* @expectedException \TypeError
34-
*/
35-
public function testConstructorSecretCannotBeNull()
36-
{
37-
new RememberMeToken(
38-
$this->getUser(),
39-
null,
40-
null
41-
);
42-
}
43-
4432
/**
4533
* @expectedException \InvalidArgumentException
4634
*/

0 commit comments

Comments
 (0)