Skip to content

Commit

Permalink
Badge Swap.
Browse files Browse the repository at this point in the history
  • Loading branch information
francis94c committed Sep 18, 2019
1 parent 3200edf commit d22e1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,3 +1,3 @@
[![Coverage Status](https://coveralls.io/repos/github/francis94c/refactor-ci/badge.svg?branch=master)](https://coveralls.io/github/francis94c/refactor-ci?branch=master) [![Build Status](https://travis-ci.org/francis94c/refactor-ci.svg?branch=master)](https://travis-ci.org/francis94c/refactor-ci) [![Maintainability](https://api.codeclimate.com/v1/badges/29e49c05a1d1404f365d/maintainability)](https://codeclimate.com/github/francis94c/refactor-ci/maintainability) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/francis94c/refactor-ci/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/francis94c/refactor-ci/?branch=master)
[![Build Status](https://travis-ci.org/francis94c/refactor-ci.svg?branch=master)](https://travis-ci.org/francis94c/refactor-ci) [![Coverage Status](https://coveralls.io/repos/github/francis94c/refactor-ci/badge.svg?branch=master)](https://coveralls.io/github/francis94c/refactor-ci?branch=master) [![Maintainability](https://api.codeclimate.com/v1/badges/29e49c05a1d1404f365d/maintainability)](https://codeclimate.com/github/francis94c/refactor-ci/maintainability) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/francis94c/refactor-ci/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/francis94c/refactor-ci/?branch=master)

# refactor-ci
2 changes: 1 addition & 1 deletion phpunit/RefactorTest.php
Expand Up @@ -27,6 +27,6 @@ public static function setUpBeforeClass(): void {
*/
public function testLoadPackage():void {
self::$ci->load->package(self::PACKAGE);
$this->assertTrue(isset($ci->refactor));
$this->assertTrue(isset(self::$ci->refactor));
}
}

0 comments on commit d22e1c2

Please sign in to comment.