Skip to content

Commit

Permalink
Add file summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Greenway committed Mar 25, 2015
1 parent 950f903 commit a7f9212
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 8 deletions.
5 changes: 5 additions & 0 deletions src/Mediator/InMemoryMediator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?php
/**
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Mediator;
Expand Down
10 changes: 6 additions & 4 deletions tests/Fixtures/EmployeeContactDetailsViewModel.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: Nigel
* Date: 24/02/2015
* Time: 16:34
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Tests\Fixtures;
Expand Down
8 changes: 8 additions & 0 deletions tests/Fixtures/EmployeesViewModelCollection.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Tests\Fixtures;

Expand Down
8 changes: 8 additions & 0 deletions tests/Fixtures/GetEmployeeByIDQuery.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Tests\Fixtures;

Expand Down
8 changes: 8 additions & 0 deletions tests/Fixtures/GetEmployeeByIDQueryHandler.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Tests\Fixtures;

Expand Down
8 changes: 8 additions & 0 deletions tests/Fixtures/GetEmployeesByAgeGroupQuery.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Tests\Fixtures;

Expand Down
10 changes: 6 additions & 4 deletions tests/Fixtures/InMemoryEmployeeRepository.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: Nigel
* Date: 24/02/2015
* Time: 16:32
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Tests\Fixtures;
Expand Down
8 changes: 8 additions & 0 deletions tests/InMemoryMediatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Tests;

Expand Down
8 changes: 8 additions & 0 deletions tests/ViewModelCollectionTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Tests;

Expand Down
8 changes: 8 additions & 0 deletions tests/ViewModelTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* This file is part of the nigelgreenway/demander package.
*
* (c) Nigel Greenway <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Demander\Tests;

Expand Down

0 comments on commit a7f9212

Please sign in to comment.