Commit b5d9bad2 authored by Fabien Potencier's avatar Fabien Potencier

merged branch tobiassjosten/patch-1 (PR #696)

This PR was submitted for the master branch but it was merged into the 1.0 branch instead (closes #696).

Discussion
----------

Fixed namespace path

Commits
-------

044ca35 Fixed namespace path
parents 1b1abe7f 4e2e4074
......@@ -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