You are here

protected function ExporterTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/sebastian/exporter/tests/ExporterTest.php \SebastianBergmann\Exporter\ExporterTest::setUp()

File

vendor/sebastian/exporter/tests/ExporterTest.php, line 23

Class

ExporterTest
@covers SebastianBergmann\Exporter\Exporter

Namespace

SebastianBergmann\Exporter

Code

protected function setUp() {
  $this->exporter = new Exporter();
}