mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 12:34:03 +00:00
Update VirtualColumnTest.php
This commit is contained in:
parent
2ae1ed099f
commit
9b31176b32
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class VirtualColumnTest extends TestCase
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->assertSame('baz', $model->foo);
|
$this->assertSame('baz', $model->foo);
|
||||||
$this->assertSame('bar', $model->getOriginal('foo'));
|
$this->assertSame('baz', $model->getOriginal('foo'));
|
||||||
$this->assertSame('xyz', $model->abc);
|
$this->assertSame('xyz', $model->abc);
|
||||||
$this->assertSame('xyz', $model->getOriginal('abc'));
|
$this->assertSame('xyz', $model->getOriginal('abc'));
|
||||||
$this->assertSame(null, $model->data);
|
$this->assertSame(null, $model->data);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue