Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Saft/Data: marked abstract test classes as to be ignored during code …
Browse files Browse the repository at this point in the history
…coverage
  • Loading branch information
k00ni committed May 31, 2017
1 parent 3e1f5be commit 2a1dc98
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Test/ParserAbstractTest.php
Expand Up @@ -11,6 +11,9 @@
use Saft\Rdf\StatementImpl;
use Saft\Test\TestCase;

/**
* @codeCoverageIgnore
*/
abstract class ParserAbstractTest extends TestCase
{
/**
Expand Down
3 changes: 3 additions & 0 deletions Test/ParserFactoryAbstractTest.php
Expand Up @@ -4,6 +4,9 @@

use Saft\Test\TestCase;

/**
* @codeCoverageIgnore
*/
abstract class ParserFactoryAbstractTest extends TestCase
{
/**
Expand Down
3 changes: 3 additions & 0 deletions Test/SerializerAbstractTest.php
Expand Up @@ -8,6 +8,9 @@
use Saft\Rdf\StatementImpl;
use Saft\Test\TestCase;

/**
* @codeCoverageIgnore
*/
abstract class SerializerAbstractTest extends TestCase
{
/**
Expand Down
3 changes: 3 additions & 0 deletions Test/SerializerFactoryAbstractTest.php
Expand Up @@ -5,6 +5,9 @@
use Saft\Rdf\NodeUtils;
use Saft\Test\TestCase;

/**
* @codeCoverageIgnore
*/
abstract class SerializerFactoryAbstractTest extends TestCase
{
/**
Expand Down

0 comments on commit 2a1dc98

Please sign in to comment.