-
Notifications
You must be signed in to change notification settings - Fork 0
sutyrin/startup_api_testbench
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
1. checkout users to ./users
1.1 if needed, checkout branch to be tested
2. checkout simpletest to ./simpletest
3. tailor users_config.php to your local mysql settings.
3.1. It is best if you login to your localhost mysql root and execute:
create database startup_test;
grant all privileges on startup_test.* to 'startup'@'localhost' identified by 'startup';
flush privileges;
4. cd users/tests
5. make test
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published