Skip to content

Commit 32b6f99

Browse files
committed
#75 #in_progress #comment testing id student
1 parent b974829 commit 32b6f99

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/Entity/StudentTest.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,19 @@ public function testStud08Numero(): void
130130
);
131131
}
132132

133+
/**
134+
* @return void
135+
* CODE STUD09
136+
*/
137+
public function testStud09Id(): void
138+
{
139+
$student = new \Studoo\Entity\Student();
140+
$student->setId("2356542FT543546743F4325");
141+
142+
$this->assertSame(
143+
"2356542FT543546743F4325",
144+
$student->getId()
145+
);
146+
}
147+
133148
}

0 commit comments

Comments
 (0)