예제 #1
0
파일: CSVTest.php 프로젝트: Wylbur/eight
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->pluginId = 'test csv migration';
     $this->pluginDefinition = array();
     $this->plugin = $this->getMock('\\Drupal\\migrate\\Entity\\MigrationInterface');
 }
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->csvFileObject = new CSVFileObject($this->happyPath);
 }