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!

Load comments ↻






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