Skip to content

Commit 13fb5ca

Browse files
committed
added a createDateTime test
1 parent 7e559e3 commit 13fb5ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,5 @@ The `HTML_PATTERN` constants can be used as HTML5 pattern attribute. It is user
105105
the corresponding `PATTERN` as they allows lowercase characters and whitespaces. This is corrected
106106
by the `check` methods.
107107

108-
##Thanks##
109-
Thanks to [Herrmann Herz](https://github.com/Heart1010) who supported me debugging and with great
110-
ideas to improve Sephpa.
111-
112108
##Licence##
113109
SepaUtilities is licensed under the MIT Licence.

tests/SepaUtilitiesTest.php

+5
Original file line numberDiff line numberDiff line change
@@ -280,5 +280,10 @@ public function testCheckAndSanitizeAll()
280280
$this->assertTrue(SepaUtilities::checkAndSanitizeAll($directDebitPaymentInformation));
281281
}
282282

283+
public function testCheckCreateDateTime()
284+
{
285+
$this->assertSame('2014-10-19T00:36:11',SepaUtilities::checkCreateDateTime('2014-10-19T00:36:11'));
286+
}
287+
283288
}
284289

0 commit comments

Comments
 (0)