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?

  1. $ php oil run
  2. $ php oil test
  3. $ php test run
  4. $ php all test

Answer: B) $ php oil test

Explanation:

$ php oil test command runs all the tests in the directory.


Comments and Discussions!









Copyright © 2023 www.includehelp.com. All rights reserved.