Tests loading a custom specified inlcude.
function testLoadCustomInclude() { $this ->drupalPost('form-test/load-include-custom', array(), t('Save')); $this ->assertText('Submit callback called.'); }