Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jarektkaczyk committed Apr 22, 2017
1 parent f37f508 commit 070d7e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm

install:
Expand Down
10 changes: 0 additions & 10 deletions tests/JoinerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ public function profiles()
return $this->hasManyThrough($related, $through, 'user_id', 'company_id');
}

public function getForeignKey()
{
return 'user_id';
}

public function posts()
{
return $this->hasMany('Sofa\Eloquence\Tests\JoinerPostStub', 'user_id');
Expand Down Expand Up @@ -157,11 +152,6 @@ public function company()

class JoinerCompanyStub extends Model {
protected $table = 'companies';

public function getForeignKey()
{
return 'company_id';
}
}

class JoinerPostStub extends Model {
Expand Down

0 comments on commit 070d7e0

Please sign in to comment.