Minor naming convention change
This commit is contained in:
parent
b32176682f
commit
ef1f8a76d8
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue