Skip to content

Commit

Permalink
magento#21816: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Apr 18, 2019
1 parent 4a0fb16 commit 149294b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions lib/internal/Magento/Framework/Data/Form/Element/Textarea.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
* See COPYING.txt for license details.
*/

/**
* Form textarea element
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Data\Form\Element;

use Magento\Framework\Escaper;

/**
* Form textarea element.
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Textarea extends AbstractElement
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* See COPYING.txt for license details.
*/

/**
* Tests for \Magento\Framework\Data\Form\Element\Textarea
*/
namespace Magento\Framework\Data\Test\Unit\Form\Element;

/**
* Tests for \Magento\Framework\Data\Form\Element\Textarea class.
*/
class TextareaTest extends \PHPUnit\Framework\TestCase
{
/**
Expand Down

0 comments on commit 149294b

Please sign in to comment.