Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 5804d6f

Browse files
committed
fix tests
1 parent 8fd6c1a commit 5804d6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/AttributeMappingTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class AttributeMappingTest extends TestCase
1010
{
1111
use WithModelMapping;
1212

13-
public int $id;
1413
public bool $test;
1514
public string $name;
1615
public object $files;
@@ -31,7 +30,6 @@ public function testMapsAttributesToClassPropertiesCorrectly()
3130

3231
$this->mapModelAttributes($model);
3332

34-
$this->assertIsInt($this->id);
3533
$this->assertTrue($this->test);
3634
$this->assertIsString($this->name);
3735
$this->assertStringContainsString('mapped', $this->name);

0 commit comments

Comments
 (0)