Skip to content

Commit 32ce902

Browse files
garakweaverryan
authored andcommitted
corrected namespace missing quotes
1 parent e9605d8 commit 32ce902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/testing/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Unit testing is only possible when testing a method that builds a query.
3636
Setup
3737
~~~~~
3838

39-
First, you need to add the Doctrine\Tests namespace to your autoloader::
39+
First, you need to add the ``Doctrine\Tests`` namespace to your autoloader::
4040

4141
// app/autoload.php
4242
$loader->registerNamespaces(array(

0 commit comments

Comments
 (0)