Skip to content

Commit

Permalink
Merge pull request #198 from NetCommons3/master
Browse files Browse the repository at this point in the history
Master merge
  • Loading branch information
s-nakajima committed Jun 5, 2020
2 parents 60e2a8b + 72d5607 commit 932e9e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,12 +1,12 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

sudo: false
dist: trusty
Expand Down
Expand Up @@ -113,7 +113,7 @@ public function testPageOnExceptionError($data) {
* @return void
*/
public function testRoomOnExceptionError($data) {
$this->_mockForReturnTrue('TestModel', 'Pages.Page', 'savePage');
$this->_mockForReturn('TestModel', 'Pages.Page', 'savePage', ['Page' => ['id' => '5']]);
$this->_mockForReturnFalse('TestModel', 'Rooms.Room', 'updateAll');

//テスト実施
Expand Down

0 comments on commit 932e9e4

Please sign in to comment.