Skip to content

Commit

Permalink
test: resolves some errors - Closes #14874
Browse files Browse the repository at this point in the history
  • Loading branch information
jenovateurs authored and niden committed May 16, 2020
1 parent 5eea10e commit 5eec25a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function mvcModelMetadataGetNonPrimaryKeyAttributes(DatabaseTester $I)
'inv_created_at',
];
$actual = $metadata->getNonPrimaryKeyAttributes($model);
var_dump($actual);

$I->assertEquals($expected, $actual);
}
}

0 comments on commit 5eec25a

Please sign in to comment.