Commit 4e2e4074 authored by Tobias Sjösten's avatar Tobias Sjösten Committed by Fabien Potencier

Fixed namespace path

parent 1b1abe7f
......@@ -30,7 +30,7 @@ it can be used for functional tests too. You write tests by creating a new
class, that extends the ``PHPUnit_Framework_TestCase``. Your test cases are
methods prefixed with ``test``::
class ContactFormTest extends PHPUnit_Framework_TestCase
class ContactFormTest extends \PHPUnit_Framework_TestCase
{
public function testInitialPage()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment