Mercurial > hg > isophonics-drupal-site
comparison vendor/nikic/php-parser/test/PhpParser/Builder/PropertyTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 5fb285c0d0e3 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
5 use PhpParser\Comment; | 5 use PhpParser\Comment; |
6 use PhpParser\Node\Expr; | 6 use PhpParser\Node\Expr; |
7 use PhpParser\Node\Name; | 7 use PhpParser\Node\Name; |
8 use PhpParser\Node\Scalar; | 8 use PhpParser\Node\Scalar; |
9 use PhpParser\Node\Stmt; | 9 use PhpParser\Node\Stmt; |
10 use PHPUnit\Framework\TestCase; | |
11 | 10 |
12 class PropertyTest extends TestCase | 11 class PropertyTest extends \PHPUnit\Framework\TestCase |
13 { | 12 { |
14 public function createPropertyBuilder($name) { | 13 public function createPropertyBuilder($name) { |
15 return new Property($name); | 14 return new Property($name); |
16 } | 15 } |
17 | 16 |