Skip to content

Commit

Permalink
Added missing unit test file for #878
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 27, 2016
1 parent 65416a0 commit aa3447e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Bar;

use some\foo\{ClassA, ClassB, ClassC as C};
use function some\foo\{fn_a, fn_b, fn_c};
use const some\foo\{ConstA, ConstB, ConstC};

class Bar {
}

0 comments on commit aa3447e

Please sign in to comment.