This commit is contained in:
Samuel Georges 2015-08-08 15:37:08 +10:00
parent 0c8e813029
commit e97e6804f2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Then a **tests/** directory can be created to contain the test classes. The file
use Acme\Blog\Models\Post;
use PluginTestCase;
class MessageTest extends PluginTestCase
class PostTest extends PluginTestCase
{
public function testCreateFirstPost()
{