Skip to content

Commit

Permalink
tests: removed @author
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 24, 2014
1 parent 9d89322 commit 52fc7bd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 deletions.
4 changes: 1 addition & 3 deletions tests/Neon/Decoder.array.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/**
* Test: Nette\Neon\Neon::decode block hash and array.
*
* @author David Grudl
*/

use Nette\Neon\Neon,
Expand Down Expand Up @@ -118,7 +116,7 @@ Assert::same( array(
'root' => array(array('key1' => NULL, 'key3' => 123))
), Neon::decode("
root:
\t- key1:
\t- key1:
\t key3: 123
\t") );

Expand Down
2 changes: 0 additions & 2 deletions tests/Neon/Decoder.errors.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/**
* Test: Nette\Neon\Neon::decode errors.
*
* @author David Grudl
*/

use Nette\Neon\Neon,
Expand Down
2 changes: 0 additions & 2 deletions tests/Neon/Decoder.inline.array.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/**
* Test: Nette\Neon\Neon::decode inline hash and array.
*
* @author David Grudl
*/

use Nette\Neon\Neon,
Expand Down
2 changes: 0 additions & 2 deletions tests/Neon/Decoder.scalar.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/**
* Test: Nette\Neon\Neon::decode simple values.
*
* @author David Grudl
*/

use Nette\Neon\Neon,
Expand Down
2 changes: 0 additions & 2 deletions tests/Neon/Encoder.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/**
* Test: Nette\Neon\Neon::encode.
*
* @author David Grudl
*/

use Nette\Neon\Neon,
Expand Down

0 comments on commit 52fc7bd

Please sign in to comment.