Skip to content

Commit

Permalink
Add a test for ::class syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
antecedent committed Aug 4, 2014
1 parent 25cd7e1 commit cc6ee49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/includes/DoubleColonClass.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

class DoubleColonClass
{
public static function identifySelf()
{
return static::class;
}
}

0 comments on commit cc6ee49

Please sign in to comment.