Cleaned up some double ;;
This commit is contained in:
parent
1599319478
commit
840a68961c
2 changed files with 2 additions and 2 deletions
|
@ -483,7 +483,7 @@ class ModelTest extends PHPUnit_Framework_TestCase
|
|||
public function testCommitIncrement()
|
||||
{
|
||||
$model = new MockModelWithoutColumns(1);
|
||||
$model->record['field1'] = 100;;
|
||||
$model->record['field1'] = 100;
|
||||
$model->commit();
|
||||
$model = new MockModelWithoutColumns(1);
|
||||
$model->record['field1'] = '++';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue