Chris@0: assertNotNull($entity1, 'Successfully loaded entity 1.'); Chris@0: $entity2 = EntityTest::load(2); Chris@0: $this->assertNotNull($entity2, 'Successfully loaded entity 2.'); Chris@0: } Chris@0: Chris@0: }