Skip to content

Commit

Permalink
Add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Nov 4, 2020
1 parent 3c43e50 commit 869d269
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/AdTypes/CaravanXmlTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace eiriksm\FinnTransfer\Tests\AdTypes;

use eiriksm\FinnTransfer\AdTypes\CaravanXml;

class CaravanXmlTest extends AdTypeTestBase
{

protected $className = CaravanXml::class;
}

0 comments on commit 869d269

Please sign in to comment.