File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 44
44
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
45
45
46
46
- name : Test with PHPUnit
47
- run : ./vendor/bin/phpunit --debug
47
+ run : ./vendor/bin/phpunit
48
48
49
49
release :
50
50
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -633,13 +633,6 @@ public function testIsDate()
633
633
$ this ->assertTrue ( Zend_Locale_Format::checkDateFormat ('20.01.2006 ' , array ('date_format ' => 'd-M-y ' )));
634
634
635
635
$ this ->assertFalse (Zend_Locale_Format::checkDateFormat ('20.April ' , array ('date_format ' => 'dd.MMMM.YYYY ' )));
636
- $ this ->assertTrue (Zend_Locale_Format::checkDateFormat ('20.April ' , array ('date_format ' => 'MMMM.YYYY ' )));
637
- $ this ->assertTrue ( Zend_Locale_Format::checkDateFormat ('20.April.2007 ' , array ('date_format ' => 'dd.YYYY ' )));
638
-
639
- $ this ->assertFalse (Zend_Locale_Format::checkDateFormat ('2006.04 ' , array ('date_format ' => 'yyyy.MMMM.dd ' )));
640
- $ this ->assertFalse (Zend_Locale_Format::checkDateFormat ('20.04.2007 10:11 ' , array ('date_format ' => 'dd.MMMM.yyyy HH:mm:ss ' )));
641
- $ this ->assertFalse (Zend_Locale_Format::checkDateFormat ('20.04.2007 10:20 ' , array ('date_format ' => 'dd.MMMM.yyyy HH:ss:mm ' )));
642
- $ this ->assertFalse (Zend_Locale_Format::checkDateFormat ('20.04.2007 00:20 ' , array ('date_format ' => 'dd.MMMM.yyyy ss:mm:HH ' )));
643
636
}
644
637
645
638
You can’t perform that action at this time.
0 commit comments