Skip to content

Commit 3272106

Browse files
committed
Added author e-mail
1 parent df71b07 commit 3272106

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/ConfigFilesInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Arachne\Codeception;
44

55
/**
6-
* @author Jáchym Toušek
6+
* @author Jáchym Toušek <enumag@gmail.com>
77
*/
88
interface ConfigFilesInterface
99
{

src/Connector/Nette.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\BrowserKit\Response;
1010

1111
/**
12-
* @author Jáchym Toušek
12+
* @author Jáchym Toušek <enumag@gmail.com>
1313
*/
1414
class Nette extends Client
1515
{

src/Console/RunTestInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* This should only be used when debugging using xDebug and NetBeans (or different IDE).
1212
*
13-
* @author Jáchym Toušek
13+
* @author Jáchym Toušek <enumag@gmail.com>
1414
*/
1515
class RunTestInput extends ArgvInput
1616
{

src/DI/CodeceptionExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Nette\Http\IResponse;
88

99
/**
10-
* @author Jáchym Toušek
10+
* @author Jáchym Toušek <enumag@gmail.com>
1111
*/
1212
class CodeceptionExtension extends CompilerExtension
1313
{

src/Http/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* HttpResponse class for tests.
1212
*
13-
* @author Jáchym Toušek
13+
* @author Jáchym Toušek <enumag@gmail.com>
1414
*/
1515
class Response extends Object implements IResponse
1616
{

src/Module/Nette.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use RecursiveIteratorIterator;
1818

1919
/**
20-
* @author Jáchym Toušek
20+
* @author Jáchym Toušek <enumag@gmail.com>
2121
*/
2222
class Nette extends Framework
2323
{

tests/integration/src/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Nette\Application\Application;
88

99
/**
10-
* @author Jáchym Toušek
10+
* @author Jáchym Toušek <enumag@gmail.com>
1111
*/
1212
class ApplicationTest extends Test implements ConfigFilesInterface
1313
{

tests/integration/src/Classes/ArticlePresenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Nette\Application\UI\Presenter;
66

77
/**
8-
* @author Jáchym Toušek
8+
* @author Jáchym Toušek <enumag@gmail.com>
99
*/
1010
class ArticlePresenter extends Presenter
1111
{

tests/integration/src/Classes/RouterFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Nette\Object;
99

1010
/**
11-
* @author Jáchym Toušek
11+
* @author Jáchym Toušek <enumag@gmail.com>
1212
*/
1313
class RouterFactory extends Object
1414
{

tests/integration/src/DITest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Nette\DI\Container;
77

88
/**
9-
* @author Jáchym Toušek
9+
* @author Jáchym Toušek <enumag@gmail.com>
1010
*/
1111
class DITest extends Test
1212
{

0 commit comments

Comments
 (0)