Skip to content

Commit

Permalink
Merge branch 'b-6.0.x' into b-6.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Hyneck committed Aug 30, 2019
2 parents 1f23f48 + 1a0bc34 commit 20444b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Unit/Application/Model/ArticleTest.php
Expand Up @@ -1543,7 +1543,6 @@ public function testInsert()
$sOxid = oxDb::getDb()->getOne("Select oxid from oxarticles where oxid = '_testArt2'");
$this->assertEquals('_testArt2', $sOxid);
$this->assertTrue($oArticle->oxarticles__oxinsert->value >= $now);
$this->assertTrue($oArticle->oxarticles__oxtimestamp->value >= $now);
$this->assertEquals('oxarticle', $oArticle->oxarticles__oxsubclass->value);
}

Expand Down

0 comments on commit 20444b8

Please sign in to comment.