Skip to content

Zend/tests: organize some tests with sub directories (9) #17897

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

Merged
merged 1 commit into from
Feb 23, 2025

Conversation

DanielEScherzer
Copy link
Member

Add directories for tests relating to

  • calling user functions (call_user_func() and call_user_func_array())
  • using ::class to access class names
  • null coalescing with ??
  • concatenation with .
  • indirect function calls (e.g. by calling a variable with a function name)
  • reporting of line numbers
  • static variables in functions
  • type casts

As well as organizing a couple of tests into existing sub directories along the way

Work towards GH-15631

Add directories for tests relating to
- calling user functions (`call_user_func()` and `call_user_func_array()`)
- using `::class` to access class names
- null coalescing with `??`
- concatenation with `.`
- indirect function calls (e.g. by calling a variable with a function name)
- reporting of line numbers
- static variables in functions
- type casts

As well as organizing a couple of tests into existing sub directories along the
way

Work towards phpGH-15631
@Girgias Girgias merged commit 6746634 into php:master Feb 23, 2025
9 checks passed
@DanielEScherzer DanielEScherzer deleted the test-org-9 branch February 24, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants