1.
Which testing method allows you to test HTML generation easily?
2.
When unit testing controller actions with ControllerTestCase, which of the following is NOT a built-in return type:
3.
Which one below is not a Session configuration option?
4.
Which of the following is NOT a method that must be implemented for all CRUD methods?
5.
On which layer could you implement your own paginateCount() method?
6.
Which TextHelper method allows you to transform links inside any text to valid HTML link tags?
7.
Which of the following is not a built-in validation rule name?
8.
Which of the following is not a way to retrieve data from a model?
9.
Which of the following is NOT a settable parameter used in Media views?
10.
Which route only passes integers to the controller action?