Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for ResourceImporter and sample_content #4276

Draft
wants to merge 17 commits into
base: 2.x
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docblock
  • Loading branch information
paul-m committed Sep 10, 2024
commit 0b4d89fc83683bf6a8496276aefc4c3287bfe379
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function test() {
$this->drush('dkan:sample-content:create');
$output = $this->getOutput();

// Start asserting. Admittedly, not the best set of assertions.
// Start asserting.
foreach ([
'run_id',
'processed',
Expand Down