From 5abb4e47306474f998f9f74983108c9cde54c0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Bru=CC=88ckner?= Date: Thu, 2 Apr 2015 10:55:47 +0200 Subject: [PATCH] Adds line numbers for code examples in Zend\Test --- docs/src/modules/zend.test.phpunit.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/modules/zend.test.phpunit.rst b/docs/src/modules/zend.test.phpunit.rst index 1fc26021f..8b9d7a107 100644 --- a/docs/src/modules/zend.test.phpunit.rst +++ b/docs/src/modules/zend.test.phpunit.rst @@ -9,6 +9,7 @@ responsibilities. Probably the easiest way to understand what it can do is to se The following is a simple test case for a IndexController to verify things like HTTP code, controller and action name : .. code-block:: php + :linenos: