phpcs fixes. Mostly spacing and single quotes

This commit is contained in:
Marc Tobias Metten
2018-02-23 01:16:01 +01:00
parent eaaa4a7b31
commit 8a615ad969
10 changed files with 143 additions and 236 deletions

View File

@@ -1,6 +1,7 @@
<?php
require_once 'SebastianBergmann/CodeCoverage/autoload.php';
function coverage_shutdown($oCoverage)
{
$oCoverage->stop();
@@ -16,5 +17,3 @@ $coverage->start($_SERVER['COV_TEST_NAME']);
register_shutdown_function('coverage_shutdown', $coverage);
include $_SERVER['COV_SCRIPT_FILENAME'];

View File

@@ -6,6 +6,8 @@ require_once '../../lib/Phrase.php';
class PhraseTest extends \PHPUnit_Framework_TestCase
{
private function serializeSets($aSets)
{
$aParts = array();

View File

@@ -10,6 +10,7 @@ class SearchContextTest extends \PHPUnit_Framework_TestCase
{
private $oCtx;
protected function setUp()
{
$this->oCtx = new SearchContext();