Skip to content

Commit 69abc78

Browse files
committed
Fix to tests
1 parent 8ab6173 commit 69abc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MY_Model_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ public function test_skip_validation()
540540
protected function _validatable_model($validate_pass_or_fail = TRUE)
541541
{
542542
$model = new Validated_model();
543-
$model->form_validation = m::mock('form validation class');
543+
$model->form_validation = m::mock('form_validation_class');
544544
$model->form_validation->shouldIgnoreMissing();
545545
$model->form_validation->shouldReceive('run')
546546
->andReturn($validate_pass_or_fail);

0 commit comments

Comments
 (0)