You are here

function CommerceReportsTaxGenerationTests::testSingleTaxType in Commerce Reporting 7.3

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

File

modules/tax/tests/commerce_reports_tax.test, line 116
Tests for commerce tax reporting module.

Class

CommerceReportsTaxGenerationTests
@file Tests for commerce tax reporting module.

Code

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