You are here

public function ScaldAtomEntityTestCase::testScaldAtomCRUD in Scald: Media Management made easy 7

Create four nodes and ensure they're loaded correctly.

File

tests/scald.test, line 346
Tests for scald.module.

Class

ScaldAtomEntityTestCase
Test the Scald atom entities.

Code

public function testScaldAtomCRUD() {
  $atom = $this
    ->createAtom();
  $this
    ->assertTrue($atom->fetched, 'Image atom has been loaded.');
}