File tree Expand file tree Collapse file tree 7 files changed +49
-0
lines changed Expand file tree Collapse file tree 7 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento2 \Tests \Eslint ;
7
9
10
+ /**
11
+ * Class AndSelfTest
12
+ *
13
+ * Test Eslint Rule: jquery-no-andSelf.js
14
+ */
8
15
class AndSelfTest extends AbstractEslintTestCase
9
16
{
10
17
public function testExecute ()
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento2 \Tests \Eslint ;
7
9
10
+ /**
11
+ * Class BindUnbindTest
12
+ *
13
+ * Test Eslint Rule: jquery-no-bind-unbind.js
14
+ */
8
15
class BindUnbindTest extends AbstractEslintTestCase
9
16
{
10
17
public function testExecute ()
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento2 \Tests \Eslint ;
7
9
10
+ /**
11
+ * Class ClickEventShorthandTest
12
+ *
13
+ * Test Eslint Rule: jquery-no-click-event-shorthand.js
14
+ */
8
15
class ClickEventShorthandTest extends AbstractEslintTestCase
9
16
{
10
17
public function testExecute ()
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento2 \Tests \Eslint ;
7
9
10
+ /**
11
+ * Class DelegateUndelegateTest
12
+ *
13
+ * Test Eslint Rule: jquery-no-delegate-undelegate.js
14
+ */
8
15
class DelegateUndelegateTest extends AbstractEslintTestCase
9
16
{
10
17
public function testExecute ()
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento2 \Tests \Eslint ;
7
9
10
+ /**
11
+ * Class EventShorthandTest
12
+ *
13
+ * Test Eslint Rule: jquery-no-event-shorthand.js
14
+ */
8
15
class EventShorthandTest extends AbstractEslintTestCase
9
16
{
10
17
public function testExecute ()
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento2 \Tests \Eslint ;
7
9
10
+ /**
11
+ * Class SizeTest
12
+ *
13
+ * Test Eslint Rule: jquery-no-size.js
14
+ */
8
15
class SizeTest extends AbstractEslintTestCase
9
16
{
10
17
public function testExecute ()
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento2 \Tests \Eslint ;
7
9
10
+ /**
11
+ * Class TrimTest
12
+ *
13
+ * Test Eslint Rule: jquery-no-trim.js
14
+ */
8
15
class TrimTest extends AbstractEslintTestCase
9
16
{
10
17
public function testExecute ()
You can’t perform that action at this time.
0 commit comments