@@ -17,6 +17,7 @@ public function testGettersAndSetters(): void
1717 $ subtitle = 'Neque porro quisquam est ' ;
1818 $ reference = 'foo ' ;
1919 $ edition = 1 ;
20+ $ imprintId = 'ec3aff35-11df-4bd3-8dd6-1e186ca8c165 ' ;
2021 $ doi = 'https://doi.org/10.00000/00000000 ' ;
2122 $ publicationDate = '2020-01-01 ' ;
2223 $ withdrawnDate = '2020-12-12 ' ;
@@ -56,6 +57,7 @@ public function testGettersAndSetters(): void
5657 $ work ->setSubtitle ($ subtitle );
5758 $ work ->setReference ($ reference );
5859 $ work ->setEdition ($ edition );
60+ $ work ->setImprintId ($ imprintId );
5961 $ work ->setDoi ($ doi );
6062 $ work ->setPublicationDate ($ publicationDate );
6163 $ work ->setWithdrawnDate ($ withdrawnDate );
@@ -90,6 +92,7 @@ public function testGettersAndSetters(): void
9092 $ this ->assertSame ($ subtitle , $ work ->getSubtitle ());
9193 $ this ->assertSame ($ reference , $ work ->getReference ());
9294 $ this ->assertSame ($ edition , $ work ->getEdition ());
95+ $ this ->assertSame ($ imprintId , $ work ->getImprintId ());
9396 $ this ->assertSame ($ doi , $ work ->getDoi ());
9497 $ this ->assertSame ($ publicationDate , $ work ->getPublicationDate ());
9598 $ this ->assertSame ($ withdrawnDate , $ work ->getWithdrawnDate ());
0 commit comments