-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement the interface ArrayableInterface for BaseActiveRecord
- Loading branch information
1 parent
594a222
commit 08711a6
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
use Yiisoft\ActiveRecord\Tests\Stubs\ActiveRecord\CustomerForArrayable; | ||
use Yiisoft\ActiveRecord\Tests\Stubs\ActiveRecord\Type; | ||
use Yiisoft\ActiveRecord\Tests\Support\OracleHelper; | ||
use Yiisoft\Arrays\ArrayHelper; | ||
|
||
final class ActiveRecordTest extends \Yiisoft\ActiveRecord\Tests\ActiveRecordTest | ||
{ | ||
|
@@ -205,7 +204,7 @@ public function testToArrayForArrayable(): void | |
'email' => '[email protected]', | ||
'status' => 'inactive', | ||
], | ||
] | ||
], | ||
], | ||
$customer->toArray([ | ||
'id', | ||
|