6 lines
51 B
Bash
6 lines
51 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export AIRTIME_UNIT_TEST="1"
|
||
|
phpunit
|
||
|
|