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
This is a feature request to add some kind of test initialization in which, if certain system dependencies aren't met, the test is skipped with the reason why being printed to the screen.
For example, the gzip test requires both exec() not be disabled and that curl be installed and accessible on the command line. The idea is that the base class has some kind of initialization routine that sets an internal variable and runtest() only executes if the initialization flag is green. If the flag is red, the cause of the error is printed so that the end user knows what's failing and why.
The text was updated successfully, but these errors were encountered:
This is a feature request to add some kind of test initialization in which, if certain system dependencies aren't met, the test is skipped with the reason why being printed to the screen.
For example, the gzip test requires both
exec()
not be disabled and thatcurl
be installed and accessible on the command line. The idea is that the base class has some kind of initialization routine that sets an internal variable andruntest()
only executes if the initialization flag is green. If the flag is red, the cause of the error is printed so that the end user knows what's failing and why.The text was updated successfully, but these errors were encountered: