Repeat the first step, using another version of PHP
Describe the Bug
Came across weird issue on my terminal when running test on one of my library. For context I'm creating a laravel package for my own uses, and noticed that the something is missing from my terminal.
Here's an example output of the reproduce step above.
Expected Behaviour
The terminal output should be the same across all php version.
Provide environment information
To Reproduce
Create a new laravel project &
cd
into the project directoryRun the example test by
Switch to another installed PHP version,
Repeat the first step, using another version of PHP
Describe the Bug
Came across weird issue on my terminal when running test on one of my library. For context I'm creating a laravel package for my own uses, and noticed that the something is missing from my terminal.
Here's an example output of the reproduce step above.
Expected Behaviour
The terminal output should be the same across all php version.