Skip to content

Commit

Permalink
Merge pull request #153 from s-nakajima/master
Browse files Browse the repository at this point in the history
phpunit4以降でabstract classにする必要ある
  • Loading branch information
s-nakajima committed Aug 27, 2017
2 parents 1c71ccb + e4f98d5 commit c5fbe28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TestSuite/UsersControllerTestCase.php
Expand Up @@ -21,7 +21,7 @@
* @package NetCommons\Users\Test\Case\Controller\UserAddController
* @codeCoverageIgnore
*/
class UsersControllerTestCase extends NetCommonsControllerTestCase {
abstract class UsersControllerTestCase extends NetCommonsControllerTestCase {

/**
* Fixtures
Expand Down
2 changes: 1 addition & 1 deletion TestSuite/UsersModelTestCase.php
Expand Up @@ -20,7 +20,7 @@
* @package NetCommons\Users\Test\Case\Model\Behavior\SaveUserBehavior
* @codeCoverageIgnore
*/
class UsersModelTestCase extends NetCommonsModelTestCase {
abstract class UsersModelTestCase extends NetCommonsModelTestCase {

/**
* Fixtures
Expand Down

0 comments on commit c5fbe28

Please sign in to comment.