Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Nov 28, 2024
1 parent a49aec6 commit 8728619
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions tests/GroschenIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,14 +512,8 @@ public function testGettingProductFormFeatures()
// ePub 3 with accessibility properties
$groschen = new Groschen('9789528500308');

// No flashing hazard warning necessary
$this->assertContains(['ProductFormFeatureType' => '12', 'ProductFormFeatureValue' => '14'], $groschen->getProductFormFeatures());

// No sound hazard warning necessary
$this->assertContains(['ProductFormFeatureType' => '12', 'ProductFormFeatureValue' => '16'], $groschen->getProductFormFeatures());

// No sound hazard warning necessary
$this->assertContains(['ProductFormFeatureType' => '12', 'ProductFormFeatureValue' => '18'], $groschen->getProductFormFeatures());
// No known hazards or warnings
$this->assertContains(['ProductFormFeatureType' => '12', 'ProductFormFeatureValue' => '00'], $groschen->getProductFormFeatures());

// All textual content can be modified
$this->assertContains(['ProductFormFeatureType' => '09', 'ProductFormFeatureValue' => '36'], $groschen->getProductFormFeatures());
Expand Down Expand Up @@ -1366,7 +1360,7 @@ public function testGettingSubjects()
$this->assertContains(['SubjectSchemeIdentifier' => '12', 'SubjectSchemeName' => 'BIC subject category', 'SubjectCode' => 'FA'], $subjects);
$this->assertContains(['SubjectSchemeIdentifier' => '93', 'SubjectSchemeName' => 'Thema subject category', 'SubjectCode' => 'FU'], $subjects);
$this->assertNotContains(['SubjectSchemeIdentifier' => '69', 'SubjectSchemeName' => 'KAUNO - ontology for fiction', 'SubjectCode' => 'novellit'], $subjects);
$this->assertContains(['SubjectSchemeIdentifier' => '20', 'SubjectHeadingText' => 'novellit;huumori;pakinat;monologit;arkielämä;eläkeläiset;mielipiteet;vanhukset;pessimismi;suomalaisuus;suomalaiset;miehet;kirjallisuuspalkinnot;kiitos kirjasta -mitali;2011;niksit;kodinhoito;metsänhoito;kalastus;kunnossapito;rakennukset;autot;huolto;ironia;2000-luku;suomenkielinen kirjallisuus;suomen kieli;romaanit;arki;ikääntyneet'], $subjects);
$this->assertContains(['SubjectSchemeIdentifier' => '20', 'SubjectHeadingText' => 'huumori;pakinat;monologit;arkielämä;eläkeläiset;mielipiteet;vanhukset;pessimismi;suomalaisuus;suomalaiset;miehet;niksit;kodinhoito;metsänhoito;kalastus;kunnossapito;rakennukset;autot;huolto;ironia;novellit;kirjallisuuspalkinnot;2011;kiitos kirjasta -mitali;2000-luku;suomenkielinen kirjallisuus;suomen kieli;romaanit;arki;ikääntyneet'], $subjects);

// Book with subjects in Allmän tesaurus på svenska
$groschen = new Groschen('9789510374665');
Expand Down

0 comments on commit 8728619

Please sign in to comment.