mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-31 13:40:08 +02:00
Improved codestyle and added to start using phpcs to check code style, fix #95.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* A testclass
|
||||
*
|
||||
*
|
||||
*/
|
||||
class CImage_RemoteDownloadTest extends \PHPUnit_Framework_TestCase
|
||||
class CImageRemoteDownloadTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
/*
|
||||
* remote_whitelist
|
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* A testclass
|
||||
*
|
||||
*
|
||||
*/
|
||||
class CWhitelistTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user