Skip to content

Commit

Permalink
Merge pull request #16 from inakianduaga/develop
Browse files Browse the repository at this point in the history
#11: Excluded interfaces and abstract classes from code coverage reporti...
  • Loading branch information
Inaki Anduaga committed Jan 20, 2015
2 parents 5d7cf94 + f58bcc9 commit 552e11f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Drivers/DriverInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php namespace InakiAnduaga\EloquentExternalStorage\Drivers;
//@codeCoverageIgnoreStart

/**
* Storage driver API
Expand Down
1 change: 1 addition & 0 deletions src/Models/AbstractModelWithExternalStorage.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php namespace InakiAnduaga\EloquentExternalStorage\Models;
//@codeCoverageIgnoreStart

use Illuminate\Database\Eloquent\Model as Eloquent;

Expand Down
1 change: 1 addition & 0 deletions src/Models/ModelWithExternalStorageInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php namespace InakiAnduaga\EloquentExternalStorage\Models;
//@codeCoverageIgnoreStart

use InakiAnduaga\EloquentExternalStorage\Drivers\DriverInterface as StorageDriver;

Expand Down

0 comments on commit 552e11f

Please sign in to comment.