Skip to content

Commit dadebf8

Browse files
committed
test: test Nette\Object in PHP < 7.2
1 parent a4c37b9 commit dadebf8

17 files changed

+17
-2
lines changed

tests/Utils/Object.arrayProperty.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object array property.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

tests/Utils/Object.closureProperty.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object closure properties.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

tests/Utils/Object.events.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object event handlers.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

tests/Utils/Object.extensionMethod.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object extension method.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

tests/Utils/Object.extensionMethodViaInterface.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object extension method via interface.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

tests/Utils/Object.magicMethod.errors.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object magic @methods errors.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

tests/Utils/Object.magicMethod.inheritance.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object magic @methods inheritance.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

tests/Utils/Object.magicMethod.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object magic @methods.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

tests/Utils/Object.magicMethod.types.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object magic @methods and types.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

tests/Utils/Object.methodGetter.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Test: Nette\Object closure properties.
5+
* @phpVersion < 7.2
56
*/
67

78
declare(strict_types=1);

0 commit comments

Comments
 (0)