0 of 20 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 20 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
What is a Unit Test?
What is PHPUnit?
What is an Assertion?
Where do you define Annotations?
Where are Fixtures configured?
What is a Test Double?
What is a Test Stub?
What is a Mock?
What framework does WP_PHPUnit use?
What does your TestCase class inherit when it extends WP_UnitTestCase?
Where do you configure PHPUnit test suites?
What does bootstrap.php file do in PHPUnit Tests?
What is the difference between WordPress Unit Tests and Standard Unit Tests?
What is a factory in WP_PHPUnit?
What are considered as important test cases?
How do you initialize WP Rest Server while running Unit Tests?
What are expectations in PHPUnit?
What will be the state of variables like $wp & $wp_query after each test?
Which of the following table(s) are persistent over test cases?
After which hook the WP_PHPUnit tests are run?