You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code added in #2041 is generating PHP notices on Travis builds, and probably also on actual installations. Example:
PHP Notice: Undefined index: promise in /home/travis/build/WordPress/gutenberg/lib/client-assets.php on line 57
PHP Notice: Trying to get property of non-object in /home/travis/build/WordPress/gutenberg/lib/client-assets.php on line 57
This should be resolved by first adding a failing test case. Simply calling this code and performing a basic assertion should be sufficient; PHPUnit will fail the test if a notice occurs.
The text was updated successfully, but these errors were encountered:
* Run jest with --forceExit and --detectOpenHandles
* Hold full suite execution while it's not approved
* Ignore only develop branch
* fix spaces
* pointless commit
* Try different approach
* Fix Indentation
* Revert pointless commit
* Missed "-canary"
* Increase no_output_timeout to 20m
* Try with 'is-canary' parameter
* Move parameters
Co-authored-by: Rachel McR <[email protected]>
cc @aduth
The code added in #2041 is generating PHP notices on Travis builds, and probably also on actual installations. Example:
This should be resolved by first adding a failing test case. Simply calling this code and performing a basic assertion should be sufficient; PHPUnit will fail the test if a notice occurs.
The text was updated successfully, but these errors were encountered: