You are here

function CommerceReportsTaxGenerationTests::testSingleTaxType in Commerce Reporting 7.4

The following test is unfinished thanks to an apparent bug in SimpleTest.

File

modules/tax/Tests/CommerceReportsTaxGenerationTests.php, line 101

Class

CommerceReportsTaxGenerationTests

Namespace

Drupal\commerce_reports_tax\Tests

Code

function testSingleTaxType() {
  debug($this
    ->generateTax());
  debug(commerce_reports_tax());
  $this
    ->drupalLogin($this->store_admin);
  $this
    ->drupalGet('admin/commerce/reports/tax');
}