Skip to content

Commit

Permalink
Rename \CodeOwners\Cli\Tests\Command\ListCommandTest to `\CodeOwner…
Browse files Browse the repository at this point in the history
…s\Cli\Tests\Command\ListFilesCommandTest`
  • Loading branch information
timoschinkel committed Jan 9, 2020
1 parent fffb0dc commit 62b1d31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Renamed `\CodeOwners\Cli\Tests\Command\ListCommandTest` to `\CodeOwners\Cli\Tests\Command\ListFilesCommandTest`

## [1.0.0] - 2020-01-08
### Added
- Travis inspections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Tester\CommandTester;

final class ListCommandTest extends TestCase
final class ListFilesCommandTest extends TestCase
{
/** @var FileLocatorFactoryInterface|ObjectProphecy */
private $fileLocatorFactory;
Expand Down

0 comments on commit 62b1d31

Please sign in to comment.