-
Notifications
You must be signed in to change notification settings - Fork 3
FEAT: The enable cookies option for JavaScriptBuilderElement is now configurable per-request. #41
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
Conversation
…onfigurable per-request.
Unit Tests - Ubuntu_PHP_8.040 tests 39 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Unit Tests - Ubuntu_PHP_8.340 tests 39 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Unit Tests - Ubuntu_PHP_8.140 tests 39 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Unit Tests - Ubuntu_PHP_7.440 tests 39 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Unit Tests - Ubuntu_PHP_8.240 tests 39 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Performance Tests - Ubuntu_PHP_8.00 tests 0 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Performance Tests - Ubuntu_PHP_8.30 tests 0 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Performance Tests - Ubuntu_PHP_8.10 tests 0 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Performance Tests - Ubuntu_PHP_8.20 tests 0 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Performance Tests - Ubuntu_PHP_7.40 tests 0 ✅ 0s ⏱️ Results for commit 8ec9ef7. ♻️ This comment has been updated with latest results. |
Hi @ben51degrees PHP is a bit different than other APIs in how it integrates javascript-template - it does not use a submodule, it ships the template code directly as part of the repo and uses Nightly Package Update workflow to automatically update it. The reason for this is that submodules are poorly supported by composer - it requires all code needed be in the repository itself. This is reflected in the README to this repo, but perhaps not clearly - we'll provide more context. Thus please revert switching javascript-template to submodule :) |
…e and after phpunit 10.
Closes #38