Minor naming convention change

This commit is contained in:
Samuel Georges 2017-03-22 07:33:35 +11:00
parent b32176682f
commit ef1f8a76d8

View File

@ -16,7 +16,7 @@ class ValidationModelTest extends PluginTestCase
/**
* @expectedException October\Rain\Database\ModelException
*/
public function test_slug_has_to_be_unique()
public function testUniqueTableValidation()
{
$post = ValidationPost::create([
'title' => 'This is a new post',