mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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…
x
Reference in New Issue
Block a user