Skip to content

Commit 1a31e48

Browse files
author
Anton Shevchuk
committed
Updated Singleton Trait
1 parent 0a91296 commit 1a31e48

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit/Common/SingletonTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public function testPrivateMethods()
4444

4545
self::assertTrue($reflection->getMethod('__construct')->isPrivate());
4646
self::assertTrue($reflection->getMethod('__clone')->isPrivate());
47-
self::assertTrue($reflection->getMethod('__wakeup')->isPrivate());
4847
}
4948

5049
/**

0 commit comments

Comments
 (0)