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

merge fix for issues #289 (dynamic wait) and #295 (PHP 7 warning message) #6

Merged
merged 1 commit into from
Nov 3, 2018

Conversation

kensoh
Copy link
Member

@kensoh kensoh commented Nov 3, 2018

aisingapore#289 - enclose wait step with casper.then() in order to make dynamic wait delay in scope for access

aisingapore#295 - PHP 7 issues warning message which is not observed with PHP 5. this change removes the warning by avoiding an empty $repo_data[0]. ie increment repo_count only if there is already data in the array, otherwise discard header and start filling from $repo_data[0]. For the datatable (custom_csv_file portion), don't drop header as there is a dummy [iteration] header to let users reference current datatable iteration number.

#289 - enclose wait step with casper.then() in order to make dynamic wait delay in scope for access

#295 - PHP 7 issues warning message which is not observed with PHP 5. this change removes the warning by avoiding an empty $repo_data[0]. ie increment repo_count only if there is already data in the array, otherwise discard header and start filling from $repo_data[0].
@kensoh kensoh merged commit 5becc25 into tebelorg:master Nov 3, 2018
@kensoh kensoh deleted the patch-289-295 branch November 10, 2018 16:57
@kensoh kensoh restored the patch-289-295 branch November 12, 2018 09:45
@kensoh kensoh deleted the patch-289-295 branch November 12, 2018 09:45
@kensoh kensoh changed the title probable fix for #289 and #295 merge fix for issues #289 and #295 Jan 31, 2019
@kensoh kensoh changed the title merge fix for issues #289 and #295 merge fix for issues #289 (dynamic wait) and #295 (PHP 7 warning message) Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant