Un-mark skipped test - seems to be working
This commit is contained in:
parent
9be2decce3
commit
d6fc30626c
|
|
@ -63,8 +63,6 @@ class HasManyModelTest extends PluginTestCase
|
|||
|
||||
public function testGetRelationValue()
|
||||
{
|
||||
$this->markTestSkipped('Marked as \'skipped\' for further investigation');
|
||||
|
||||
Model::unguard();
|
||||
$author = Author::create(['name' => 'Stevie']);
|
||||
$post1 = Post::create(['title' => "First post", 'author_id' => $author->id]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue