Skip to content

Commit

Permalink
[psr0] Match class name with filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jan 4, 2014
1 parent cb4402f commit e91d69f
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* @group Zend_Auth
*/
class ApacheTest extends \PHPUnit_Framework_TestCase
class ApacheResolverTest extends \PHPUnit_Framework_TestCase
{
/**
* Path to test files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* @group Zend_Auth
*/
class FileTest extends \PHPUnit_Framework_TestCase
class FileResolverTest extends \PHPUnit_Framework_TestCase
{
/**
* Path to test files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

OpenId::$exitOnRedirect = false;

class ResponseHelper extends Response
class OpenIdResponseHelper extends Response
{
private $_canSendHeaders;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* @group Zend_Validator
*/
class AthenticationTest extends \PHPUnit_Framework_TestCase
class AuthenticationTest extends \PHPUnit_Framework_TestCase
{
protected $validator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @group integration
* @group integration-sqlserver
*/
class SqlsrvIntegrationTest extends AbstractIntegrationTest
class SqlSrvIntegrationTest extends AbstractIntegrationTest
{
/**
* @group integration-sqlserver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @group integration
* @group integration-postgres
*/
class PostgresIntegrationTest extends \PHPUnit_Framework_TestCase
class PostgresqlIntegrationTest extends \PHPUnit_Framework_TestCase
{

public $adapters = array();
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Db/ResultSet/ResultSetIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use stdClass;
use Zend\Db\ResultSet\ResultSet;

class ResultSetTest extends TestCase
class ResultSetIntegrationTest extends TestCase
{
/**
* @var ResultSet
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Db/Sql/Predicate/IsNullTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use PHPUnit_Framework_TestCase as TestCase;
use Zend\Db\Sql\Predicate\IsNotNull;

class IsNotNullTest extends TestCase
class IsNullTest extends TestCase
{

public function testEmptyConstructorYieldsNullIdentifier()
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Db/Sql/SqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

use Zend\Db\Sql\Sql;

class TableGatewayTest extends \PHPUnit_Framework_TestCase
class SqlTest extends \PHPUnit_Framework_TestCase
{

protected $mockAdapter = null;
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Filter/Compress/TarLoadArchiveTarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* @group Zend_Filter
*/
class TarLoadArchveTarTest extends \PHPUnit_Framework_TestCase
class TarLoadArchiveTarTest extends \PHPUnit_Framework_TestCase
{
public function testArchiveTarNotLoaded()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Loader/ModuleAutoloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Zend\Loader\ModuleAutoloader;
use InvalidArgumentException;

class ManagerTest extends TestCase
class ModuleAutoloaderTest extends TestCase
{
public function setUp()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Mail/Storage/MboxInterfaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* @group Zend_Mail
*/
class InterfaceTest extends \PHPUnit_Framework_TestCase
class MboxInterfaceTest extends \PHPUnit_Framework_TestCase
{
protected $_mboxFile;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

require_once dirname(__DIR__) . '/TestAsset/ListenerTestModule/src/Foo/Bar.php';

class LocatorRegistrationTest extends TestCase
class LocatorRegistrationListenerTest extends TestCase
{
public $module;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

namespace Foo;

class Baz
class Bar
{}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use PHPUnit_Framework_TestCase as TestCase;
use Zend\Mvc\ResponseSender\SimpleStreamResponseSender;

class StreamResponseSenderTest extends TestCase
class SimpleStreamResponseSenderTest extends TestCase
{
public function testSendResponseIgnoresInvalidResponseTypes()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Mvc/View/DefaultRendereringStrategyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
use Zend\View\Resolver\TemplateMapResolver;
use Zend\View\Strategy\PhpRendererStrategy;

class DefaultRenderingStrategyTest extends TestCase
class DefaultRendereringStrategyTest extends TestCase
{
protected $event;
protected $request;
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Serializer/Adapter/IgBinaryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* @group Zend_Serializer
*/
class IgbinaryTest extends \PHPUnit_Framework_TestCase
class IgBinaryTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Serializer\Adapter\IgBinary
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Stdlib/FilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Zend\Stdlib\Hydrator\Filter\IsFilter,
Zend\Stdlib\Hydrator\Filter\GetFilter;

class ValidationTest extends \PHPUnit_Framework_TestCase
class FilterTest extends \PHPUnit_Framework_TestCase
{
public function testHasValidation()
{
Expand Down

0 comments on commit e91d69f

Please sign in to comment.