/**
* Tests the complete node migration.
*/ publicfunctiontestNodeCompleteMigration(){ // Confirm there are only complete node migration map tables. This shows
// that only the complete migration ran.
$results = $this->nodeMigrateMapTableCount('7'); $this->assertSame(0, $results['node']); $this->assertSame(8, $results['node_complete']);