Skip to content

Commit

Permalink
tests: removed @author, typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 25, 2014
1 parent 6a16804 commit 7a1c69d
Show file tree
Hide file tree
Showing 57 changed files with 1 addition and 113 deletions.
2 changes: 1 addition & 1 deletion src/Forms/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function addRule($validator, $message = NULL, $arg = NULL)


/**
* Adds a validation condition a returns new branch.
* Adds a validation condition and returns new branch.
* @param mixed condition type
* @param mixed optional condition arguments
* @return Rules new branch
Expand Down
2 changes: 0 additions & 2 deletions tests/Forms.Latte/FormMacros.error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/**
* Test: FormMacros errors.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Bridges\FormsLatte\FormMacros: GET form
*
* @author Filip Procházka
*/

use Nette\Bridges\FormsLatte\FormMacros;
Expand Down
2 changes: 0 additions & 2 deletions tests/Forms.Latte/FormMacros.formContainer.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/**
* Test: FormMacros: {formContainer}
*
* @author Miloslav Hůla
*/

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

/**
* Test: FormMacros.
*
* @author David Grudl
*/

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

/**
* Test: FormMacros.
*
* @author David Grudl
*/

use Nette\Forms\Form,
Expand Down
2 changes: 0 additions & 2 deletions tests/Forms/Container.validate().phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/**
* Test: Nette\Forms\Container::validate().
*
* @author Filip Procházka
*/

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

/**
* Test: Nette\Forms naming container.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\BaseControl
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\Button & SubmitButton
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\Button & SubmitButton
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\Checkbox.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\Checkbox.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\CheckboxList.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\CheckboxList.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\ChoiceControl.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\CsrfProtection and BREACH attack.
*
* @author Jan-Sebastian Fabík
*/

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

/**
* Test: Nette\Forms\Controls\CsrfProtection.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\HiddenField.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\HiddenField.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\ImageButton.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\Button.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\MultiChoiceControl.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\MultiSelectBox.
*
* @author Martin Major
*/

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

/**
* Test: Nette\Forms\Controls\MultiSelectBox.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\RadioList.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\RadioList.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\SelectBox.
*
* @author Martin Major
*/

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

/**
* Test: Nette\Forms\Controls\SelectBox.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\TextBase validators.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\TextArea.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\TextInput.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\TextInput.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms\Controls\UploadControl.
*
* @author Martin Major
*/

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

/**
* Test: Nette\Forms\Controls\UploadControl.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms success callback takes $form and $values parameters.
*
* @author rostenkowski
*/

use Nette\Utils\ArrayHash;
Expand Down
2 changes: 0 additions & 2 deletions tests/Forms/Forms.getHttpData.get.2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/**
* Test: Nette\Forms HTTP data.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms HTTP data.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms HTTP data.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms validateMaxPostSize
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms ignored input.
*
* @author Roman Pavlík
*/

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

/**
* Test: Nette\Forms onSuccess.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms default rendering.
*
* @author David Grudl
*/

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

/**
* Test: Nette\Forms default rendering.
*
* @author David Grudl
*/

use Nette\Utils\Html,
Expand Down
Loading

0 comments on commit 7a1c69d

Please sign in to comment.