Skip to content
Products
Resources
Solutions
Pricing
Contact
Log In
Sign Up
Docs
Getting Started
Configuration
Apps
CODE
Developer Architecture
Code Convention
Code Quality
Directory Structure
Storage System
Common Mistakes
Payment Provider Integration
How to Add an App
Auth
Docs
CODE
Code Quality
On this page

Code Quality

How to run PHPUnit, write bx_log lines, and turn debug on in UNA 15.
Android
iOS
Web
Core
~15.0
Source
Copy Page
cd tests
composer install
cd ..
phing test
Note
bx_log('sys_db', $sMessage, BX_LOG_ERR);
define('BX_DB_FULL_DEBUG_MODE', $_ENV['UNA_DEBUG_MODE'] ?? false);
18d
On this page
PHPUnitBrowser testsLogsDebugCache while you testLintProfiler
Auto