Skip to content

Commit

Permalink
Merge bdf47b3 into 37689a6
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Aug 27, 2017
2 parents 37689a6 + bdf47b3 commit 367d522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TestSuite/PrivateSpaceSaveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @package NetCommons\PrivateSpace\TestSuite
* @codeCoverageIgnore
*/
class PrivateSpaceSaveTest extends NetCommonsSaveTest {
abstract class PrivateSpaceSaveTest extends NetCommonsSaveTest {

/**
* Fixtures
Expand Down Expand Up @@ -52,4 +52,4 @@ public function __construct($name = null, array $data = array(), $dataName = '')
parent::__construct($name, $data, $dataName);
}

}
}

0 comments on commit 367d522

Please sign in to comment.