File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
application/modules/test/controllers Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ script:
3232 # Check code style
3333 - php vendor/bin/phpcs ./application --standard=PSR1,PSR2 --encoding=utf-8 --ignore=./application/_loader.php
3434 # Run built-in web-server
35- - php vendor/bin/bluzman server:start --host 127.0.0.1 -b
35+ - php vendor/bin/bluzman server:start --host 127.0.0.1 -b -e testing
3636 # Run CodeCeption tests
3737 - php vendor/bin/bluzman test module-$BLUZ_MODULE
3838 # Run postman/newman tests
Original file line number Diff line number Diff line change 11# Module test for Bluz Skeleton
22## Achievements
33
4- [ ![ PHP >= 7.1+] ( https://img.shields.io/packagist/php-v/bluzphp/module-test.svg?style=flat )] ( https://php.net/ )
5-
64[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/bluzphp/module-test.svg?label=version&style=flat )] ( https://packagist.org/packages/bluzphp/module-test )
75
86[ ![ Build Status] ( https://img.shields.io/travis/bluzphp/module-test/master.svg?style=flat )] ( https://travis-ci.org/bluzphp/module-test )
Original file line number Diff line number Diff line change 3535
3636 // try to load profile of current user
3737 if (!$ id && $ this ->user ()) {
38- $ id = $ this ->user ()->id ;
38+ $ id = $ this ->user ()->getId () ;
3939 }
4040
4141 if (!$ id ) {
You can’t perform that action at this time.
0 commit comments