Skip to content

Commit

Permalink
Renames for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored and sebastianbergmann committed Nov 27, 2017
1 parent 733dcba commit 96e57be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--TEST--
phpunit ../_files/DataProviderDeclaringClass
phpunit ../_files/DataProviderIssue2833
--FILE--
<?php
$_SERVER['argv'][1] = '--no-configuration';
$_SERVER['argv'][2] = __DIR__ . '/../_files/DataProviderDeclaringClass';
$_SERVER['argv'][2] = __DIR__ . '/../_files/DataProviderIssue2833';

require __DIR__ . '/../bootstrap.php';
PHPUnit_TextUI_Command::main();
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Foo\DataProviderDeclaringClass;
namespace Foo\DataProviderIssue2833;

use PHPUnit\Framework\TestCase;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Foo\DataProviderDeclaringClass;
namespace Foo\DataProviderIssue2833;

use PHPUnit\Framework\TestCase;

Expand Down

0 comments on commit 96e57be

Please sign in to comment.