Пример #1
0
 /**
  * Configuration
  *
  * Create sample data, and Encryption object
  *
  * @return void
  */
 protected function setUp()
 {
     $this->format = new Herisson();
     $this->sampleFile = __DIR__ . "/../../fixtures/format.herisson.json";
     parent::setUp();
 }
 /**
  * Configuration
  *
  * Create sample data, and Encryption object
  *
  * @return void
  */
 protected function setUp()
 {
     $this->format = new FirefoxHtml();
     $this->sampleFile = __DIR__ . "/../../fixtures/format.firefoxhtml.html";
     parent::setUp();
 }
Пример #3
0
 /**
  * Configuration
  *
  * Create sample data, and Encryption object
  *
  * @return void
  */
 protected function setUp()
 {
     $this->format = new Csv();
     $this->sampleFile = __DIR__ . "/../../fixtures/format.csv.csv";
     parent::setUp();
 }