From e97e6804f2ff51e3567806499a0026dd7c4d8395 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 8 Aug 2015 15:37:08 +1000 Subject: [PATCH] Minor --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index cde7a2c5e..d5e24ef1e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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() {