Skip to content

Commit 66662cf

Browse files
Anton ShevchukAnton Shevchuk
authored andcommitted
Updated readme - removed PHP version shield
1 parent 874b391 commit 66662cf

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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)

application/modules/test/controllers/cache-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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) {

0 commit comments

Comments
 (0)