Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
15
stubs/testUsers.php
Normal file
15
stubs/testUsers.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// load the namaste environment
|
||||
require_once(dirname(__DIR__) . '/config/sneakerstrap.inc');
|
||||
$meta = [
|
||||
META_TEMPLATE => TEMPLATE_CLASS_USERS,
|
||||
META_CLIENT => CLIENT_API_USER,
|
||||
META_EVENT_GUID => guid(),
|
||||
META_DO_CACHE => false,
|
||||
META_TLTI => STRING_CLASS_GAT
|
||||
];
|
||||
$errors = [];
|
||||
$obj = new gacFactory($meta, FACTORY_EVENT_NEW_CLASS, '', $errors);
|
||||
$widget = $obj->widget;
|
||||
$obj->__destruct();;
|
||||
unset($obj);
|
||||
Reference in New Issue
Block a user