コード例 #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');
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->csvFileObject = new CSVFileObject($this->happyPath);
 }