示例#1
0
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * @file
 * main entry point for running tests
 *
 * @author Rod Simpson <*****@*****.**>
 * @since 09-Mar-2013
 */
//@han {include-sdk}
include '../autoloader.inc.php';
usergrid_autoload('Apache\\Usergrid\\Client');
//@solo
//@han {create-new-client}
$client = new Apache\Usergrid\Client('1hotrod', 'sandbox');
//@solo
include 'Tester.php';
$tester = new Tester();
include 'generic.php';
include 'entity.php';
include 'collection.php';
include 'user.php';
include 'client_auth.php';
include 'push.php';
//--------------------------------------------------------------
// Summary
//--------------------------------------------------------------
$tester->printSummary();