Home »
MCQs »
FuelPHP MCQs
Which of the following commands runs all the tests in the directory?
73. Which of the following commands runs all the tests in the directory?
- $ php oil run
- $ php oil test
- $ php test run
- $ php all test
Answer: B) $ php oil test
Explanation:
$ php oil test command runs all the tests in the directory.