Minor
This commit is contained in:
parent
0c8e813029
commit
e97e6804f2
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue