Skip to content

Commit

Permalink
style patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjik committed Nov 25, 2015
1 parent d71e9a6 commit 405dade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/tests/integration/ArticleBookmarkRateTest.php
Expand Up @@ -15,10 +15,10 @@ class ArticleBookmarkRateTest extends TestCase
{
protected $baseRoute = '/articles';
protected $factoryClass = Article::class;

protected $ratedName = 'ratedArticles';
protected $bookmarkedName = 'bookmarkedArticles';

public function testSimpleRate()
{
$user = $this->createUser();
Expand Down
2 changes: 1 addition & 1 deletion api/tests/integration/ArticleSectionTest.php
Expand Up @@ -25,7 +25,7 @@ class ArticleSectionTest extends TestCase
{
protected $baseRoute = '/articles';
protected $factoryClass = Article::class;

public function setUp()
{
parent::setUp();
Expand Down

0 comments on commit 405dade

Please sign in to comment.