Skip to content
Snippets Groups Projects
Commit d3ed5d42 authored by csunny's avatar csunny
Browse files

add test to testfile

parent 1ae9c0c7
Branches 7.x-1.x
Tags 7.x-1.0
No related merge requests found
......@@ -33,5 +33,6 @@ class OSSSDKUnitTest extends DrupalUnitTestCase {
}
$info = libraries_load('osssdk');
$this->assertTrue($info['version'], 'Version detected (' . $info['version'] . ').');
$this->assertTrue(defined('OSS_NAME') && OSS_NAME == 'oss-sdk-php', 'Library integration file sdk.class.php loaded. ');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment