Fix code smells
This commit is contained in:
@ -12,7 +12,6 @@ use PHPUnit\Framework\TestCase;
|
||||
* Tests for MD_STD.
|
||||
*/
|
||||
final class MD_STD_Test extends TestCase {
|
||||
|
||||
/**
|
||||
* Returns sample dates and their equivalent integer values according
|
||||
* to MD_STD::date_to_int().
|
||||
@ -58,5 +57,4 @@ final class MD_STD_Test extends TestCase {
|
||||
self::assertEquals($date, $toStr);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user