File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,5 @@ The `HTML_PATTERN` constants can be used as HTML5 pattern attribute. It is user
105
105
the corresponding ` PATTERN ` as they allows lowercase characters and whitespaces. This is corrected
106
106
by the ` check ` methods.
107
107
108
- ##Thanks##
109
- Thanks to [ Herrmann Herz] ( https://github.com/Heart1010 ) who supported me debugging and with great
110
- ideas to improve Sephpa.
111
-
112
108
##Licence##
113
109
SepaUtilities is licensed under the MIT Licence.
Original file line number Diff line number Diff line change @@ -280,5 +280,10 @@ public function testCheckAndSanitizeAll()
280
280
$ this ->assertTrue (SepaUtilities::checkAndSanitizeAll ($ directDebitPaymentInformation ));
281
281
}
282
282
283
+ public function testCheckCreateDateTime ()
284
+ {
285
+ $ this ->assertSame ('2014-10-19T00:36:11 ' ,SepaUtilities::checkCreateDateTime ('2014-10-19T00:36:11 ' ));
286
+ }
287
+
283
288
}
284
289
You can’t perform that action at this time.
0 commit comments