Exemplo n.º 1
0
 public function test_getSubtableDimension_ShouldReturnNullIfSubtableActionIsInvalid()
 {
     $report = new GetBasicReport();
     $this->assertNull($report->getSubtableDimension());
 }