Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to non-iso date format from membership form tests #13965

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Minor cleanup in test to reflect our progress getting rid of jcalendar

Before

tests more confusing

After

test less confusing

Technical Details

The date format wrangling is not handled by datepicker on the js layer so the php
layer no longer needs to test for this

Comments

@civibot
Copy link

civibot bot commented Apr 5, 2019

(Standard links)

@civibot civibot bot added the master label Apr 5, 2019
'join_date' => date('m/d/Y', $unixNow),
'start_date' => date('m/d/Y', $unixNow),
'end_date' => date('m/d/Y',
'join_date' => date('Y-m-d'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eileenmcnaughton why the extra space here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly to upset jenkins...

The date format wrangling is not handled by datepicker on the js layer so the php
layer no longer needs to test for this
@eileenmcnaughton
Copy link
Contributor Author

unrelated fail

@eileenmcnaughton eileenmcnaughton merged commit 0a4a07b into civicrm:master Apr 5, 2019
@eileenmcnaughton eileenmcnaughton deleted the member_test branch April 5, 2019 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants