Skip to content

Commit

Permalink
Column tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timopruesse committed Jun 15, 2017
1 parent 3dacb73 commit bbcbbc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ColumnTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ public function can_identify_mutated_attributes()
{
$column = new Column('custom_column', null, new TestModel());
$this->assertTrue($column->isMutated());
$this->assertEquals('custom_column', $column->getAttributeName());
}
}

0 comments on commit bbcbbc7

Please sign in to comment.