Skip to content

Commit 0b6bfc7

Browse files
committed
tests: temporary workaround for segfaults in phpdbg
see https://travis-ci.org/nette/utils/jobs/185291481
1 parent aedf71b commit 0b6bfc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Utils/Object.events.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TestClass extends Nette\Object
1313
{
1414
public $onPublic;
1515

16-
static public $onPublicStatic;
16+
//static public $onPublicStatic;
1717

1818
protected $onProtected;
1919

tests/Utils/SmartObject.events.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TestClass
1515

1616
public $onPublic;
1717

18-
static public $onPublicStatic;
18+
//static public $onPublicStatic;
1919

2020
protected $onProtected;
2121

0 commit comments

Comments
 (0)