| 41 |
// Delete import temp files |
// Delete import temp files |
| 42 |
|
|
| 43 |
// Finally... |
// Finally... |
| 44 |
parent::tearDown(); |
# parent::tearDown(); |
| 45 |
} |
} |
| 46 |
|
|
| 47 |
/** |
/** |
| 141 |
|
|
| 142 |
$this->assertText( |
$this->assertText( |
| 143 |
"Step 3 of 3", |
"Step 3 of 3", |
| 144 |
"Submitted and successfully processed all import files IN BATCH! Got as far as the results page summary." |
"Submitted and successfully processed all import files in one go. Got as far as the results page summary." |
| 145 |
); |
); |
| 146 |
|
|
| 147 |
$this->pass($this->drupalGetContent()); |
$this->pass($this->drupalGetContent()); |
| 174 |
|
|
| 175 |
$this->assertText( |
$this->assertText( |
| 176 |
"Step 3 of 3", |
"Step 3 of 3", |
| 177 |
"Submitted and successfully processed all import files! Got as far as the results page summary." |
"Submitted and successfully processed all import files in BATCH mode. Got as far as the results page summary." |
| 178 |
); |
); |
| 179 |
|
|
| 180 |
$this->pass($this->drupalGetContent()); |
$this->pass($this->drupalGetContent()); |