gbirke / rememberme

A PHP library that implements secure "Remember me" cookies
MIT License
125 stars 30 forks source link

Remove deprecated call to PHPUnit getMock #15

Closed michaelthieulin closed 8 years ago

michaelthieulin commented 8 years ago

Remove PHPUnit warning :

PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead