Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsav committed Jan 25, 2017
1 parent f339bb0 commit 685ee5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCoreModelExtension.php
Expand Up @@ -149,7 +149,7 @@ public function test_it_does_not_delete_translations_while_force_deleting()
$this->assertEquals(0, count($after));
}

public function test_to_array_returs_translated_attributes()
public function test_to_array_returns_translated_attributes()
{
$country = Country::find(1);
$this->assertArrayHasKey('name', $country->toArray());
Expand Down

0 comments on commit 685ee5a

Please sign in to comment.