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

Fix 66: enable session to pass testsql. #67

Closed
wants to merge 2 commits into from

Conversation

jzohrab
Copy link

@jzohrab jzohrab commented Nov 7, 2022

The session has to be set on both the sending (edit_texts) and receiving (do_tests) files.

PR into master b/c master is currently broken.

If the session isn't started, the logs show errors such as
Undefined index: testwrong.
@jzohrab
Copy link
Author

jzohrab commented Nov 7, 2022

Added another small commit to fix another similar thing with tests.

HugoFara added a commit that referenced this pull request Nov 9, 2022
Some files were calling for $_SESSION superglobals, but no session.
From an idea of PR #67.
@HugoFara
Copy link
Owner

HugoFara commented Nov 9, 2022

Hi! Thanks for your PR, I did not merge it as I wanted to use another code already tested, but basically it does the same as yours. Cheers!

@HugoFara HugoFara closed this Nov 9, 2022
@HugoFara HugoFara added the bug Something isn't working label Nov 9, 2022
@jzohrab jzohrab deleted the iss_66_fix_multifile_test branch November 14, 2022 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants