Skip to content

Commit a8e3e35

Browse files
committed
Fix: Rename repository
1 parent e7c76a8 commit a8e3e35

File tree

10 files changed

+33
-33
lines changed

10 files changed

+33
-33
lines changed

.github/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ repository:
5656
archived: false
5757
default_branch: "main"
5858
delete_branch_on_merge: true
59-
description: ":bulb: Provides a companion repository for organizing test code."
59+
description: ":bulb: Provides a companion repository for organizing test code in PHP."
6060
enable_automated_security_fixes: true
6161
enable_vulnerability_alerts: true
6262
has_downloads: true
6363
has_issues: true
6464
has_pages: false
6565
has_projects: false
6666
has_wiki: false
67-
name: "organizing-test-code"
67+
name: "organizing-test-code-in-php"
6868
private: false
6969

7070
# https://docs.github.com/en/rest/reference/repos#replace-all-repository-topics

.php-cs-fixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.
1010
*
11-
* @see https://github.com/localheinz/organizing-test-code
11+
* @see https://github.com/localheinz/organizing-test-code-in-php
1212
*/
1313

1414
use Ergebnis\License;
@@ -21,7 +21,7 @@
2121
new \DateTimeZone('UTC'),
2222
),
2323
License\Holder::fromString('Andreas Möller'),
24-
License\Url::fromString('https://github.com/localheinz/organizing-test-code'),
24+
License\Url::fromString('https://github.com/localheinz/organizing-test-code-in-php'),
2525
);
2626

2727
$license->save();

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# organizing-test-code
1+
# organizing-test-code-in-php
22

3-
[![Integrate](https://github.com/localheinz/organizing-test-code/workflows/Integrate/badge.svg)](https://github.com/localheinz/organizing-test-code/actions)
4-
[![Merge](https://github.com/localheinz/organizing-test-code/workflows/Merge/badge.svg)](https://github.com/localheinz/organizing-test-code/actions)
5-
[![Release](https://github.com/localheinz/organizing-test-code/workflows/Release/badge.svg)](https://github.com/localheinz/organizing-test-code/actions)
6-
[![Renew](https://github.com/localheinz/organizing-test-code/workflows/Renew/badge.svg)](https://github.com/localheinz/organizing-test-code/actions)
3+
[![Integrate](https://github.com/localheinz/organizing-test-code-in-php/workflows/Integrate/badge.svg)](https://github.com/localheinz/organizing-test-code-in-php/actions)
4+
[![Merge](https://github.com/localheinz/organizing-test-code-in-php/workflows/Merge/badge.svg)](https://github.com/localheinz/organizing-test-code-in-php/actions)
5+
[![Release](https://github.com/localheinz/organizing-test-code-in-php/workflows/Release/badge.svg)](https://github.com/localheinz/organizing-test-code-in-php/actions)
6+
[![Renew](https://github.com/localheinz/organizing-test-code-in-php/workflows/Renew/badge.svg)](https://github.com/localheinz/organizing-test-code-in-php/actions)
77

8-
[![Code Coverage](https://codecov.io/gh/localheinz/organizing-test-code/branch/main/graph/badge.svg)](https://codecov.io/gh/localheinz/organizing-test-code)
9-
[![Type Coverage](https://shepherd.dev/github/localheinz/organizing-test-code/coverage.svg)](https://shepherd.dev/github/localheinz/organizing-test-code)
8+
[![Code Coverage](https://codecov.io/gh/localheinz/organizing-test-code-in-php/branch/main/graph/badge.svg)](https://codecov.io/gh/localheinz/organizing-test-code-in-php)
9+
[![Type Coverage](https://shepherd.dev/github/localheinz/organizing-test-code-in-php/coverage.svg)](https://shepherd.dev/github/localheinz/organizing-test-code-in-php)
1010

11-
[![Latest Stable Version](https://poser.pugx.org/localheinz/organizing-test-code/v/stable)](https://packagist.org/packages/localheinz/organizing-test-code)
12-
[![Total Downloads](https://poser.pugx.org/localheinz/organizing-test-code/downloads)](https://packagist.org/packages/localheinz/organizing-test-code)
13-
[![Monthly Downloads](http://poser.pugx.org/localheinz/organizing-test-code/d/monthly)](https://packagist.org/packages/localheinz/organizing-test-code)
11+
[![Latest Stable Version](https://poser.pugx.org/localheinz/organizing-test-code-in-php/v/stable)](https://packagist.org/packages/localheinz/organizing-test-code-in-php)
12+
[![Total Downloads](https://poser.pugx.org/localheinz/organizing-test-code-in-php/downloads)](https://packagist.org/packages/localheinz/organizing-test-code-in-php)
13+
[![Monthly Downloads](http://poser.pugx.org/localheinz/organizing-test-code-in-php/d/monthly)](https://packagist.org/packages/localheinz/organizing-test-code-in-php)
1414

15-
Provides a companion repository for [Organizing test code]().
15+
Provides a companion repository for [Organizing test code in PHP]().
1616

1717
## Changelog
1818

autoloader.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.
1010
*
11-
* @see https://github.com/localheinz/organizing-test-code
11+
* @see https://github.com/localheinz/organizing-test-code-in-php
1212
*/
1313

1414
use Composer\InstalledVersions;
15-
use Localheinz\OrganizingTestCode;
15+
use Localheinz\OrganizingTestCodeInPhp;
1616

1717
$actual = require __DIR__ . '/vendor/composer/autoload_classmap.php';
1818

1919
$expected = [
2020
InstalledVersions::class => __DIR__ . '/vendor/composer/InstalledVersions.php',
21-
OrganizingTestCode\Example::class => __DIR__ . '/src/Example.php',
22-
OrganizingTestCode\ValueCanNotBeBlank::class => __DIR__ . '/src/ValueCanNotBeBlank.php',
23-
OrganizingTestCode\ValueCanNotBeEmpty::class => __DIR__ . '/src/ValueCanNotBeEmpty.php',
21+
OrganizingTestCodeInPhp\Example::class => __DIR__ . '/src/Example.php',
22+
OrganizingTestCodeInPhp\ValueCanNotBeBlank::class => __DIR__ . '/src/ValueCanNotBeBlank.php',
23+
OrganizingTestCodeInPhp\ValueCanNotBeEmpty::class => __DIR__ . '/src/ValueCanNotBeEmpty.php',
2424
];
2525

2626
$diff = \array_diff_assoc(

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "localheinz/organizing-test-code",
2+
"name": "localheinz/organizing-test-code-in-php",
33
"description": "Provides a companion repository for organizing test code",
44
"license": "MIT",
55
"type": "library",
@@ -9,10 +9,10 @@
99
"email": "am@localheinz.com"
1010
}
1111
],
12-
"homepage": "https://github.com/localheinz/organizing-test-code",
12+
"homepage": "https://github.com/localheinz/organizing-test-code-in-php",
1313
"support": {
14-
"issues": "https://github.com/localheinz/organizing-test-code/issues",
15-
"source": "https://github.com/localheinz/organizing-test-code"
14+
"issues": "https://github.com/localheinz/organizing-test-code-in-php/issues",
15+
"source": "https://github.com/localheinz/organizing-test-code-in-php"
1616
},
1717
"require": {
1818
"php": "~8.2.0"
@@ -33,7 +33,7 @@
3333
},
3434
"autoload": {
3535
"psr-4": {
36-
"Localheinz\\OrganizingTestCode\\": "src/"
36+
"Localheinz\\OrganizingTestCodeInPhp\\": "src/"
3737
}
3838
},
3939
"config": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.
1010
*
11-
* @see https://github.com/localheinz/organizing-test-code
11+
* @see https://github.com/localheinz/organizing-test-code-in-php
1212
*/
1313

1414
use Rector\Config;

src/Example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.
1010
*
11-
* @see https://github.com/localheinz/organizing-test-code
11+
* @see https://github.com/localheinz/organizing-test-code-in-php
1212
*/
1313

14-
namespace Localheinz\OrganizingTestCode;
14+
namespace Localheinz\OrganizingTestCodeInPhp;
1515

1616
final class Example
1717
{

src/ValueCanNotBeBlank.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.
1010
*
11-
* @see https://github.com/localheinz/organizing-test-code
11+
* @see https://github.com/localheinz/organizing-test-code-in-php
1212
*/
1313

14-
namespace Localheinz\OrganizingTestCode;
14+
namespace Localheinz\OrganizingTestCodeInPhp;
1515

1616
final class ValueCanNotBeBlank extends \InvalidArgumentException
1717
{

src/ValueCanNotBeEmpty.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.
1010
*
11-
* @see https://github.com/localheinz/organizing-test-code
11+
* @see https://github.com/localheinz/organizing-test-code-in-php
1212
*/
1313

14-
namespace Localheinz\OrganizingTestCode;
14+
namespace Localheinz\OrganizingTestCodeInPhp;
1515

1616
final class ValueCanNotBeEmpty extends \InvalidArgumentException
1717
{

0 commit comments

Comments
 (0)