Mercurial > hg > isophonics-drupal-site
comparison vendor/psy/psysh/test/Psy/Test/CodeCleaner/ValidConstantPassTest.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
46 */ | 46 */ |
47 public function testProcessValidConstantReferences($code) | 47 public function testProcessValidConstantReferences($code) |
48 { | 48 { |
49 $stmts = $this->parse($code); | 49 $stmts = $this->parse($code); |
50 $this->traverse($stmts); | 50 $this->traverse($stmts); |
51 | |
52 // @todo a better thing to assert here? | |
53 $this->assertTrue(true); | |
51 } | 54 } |
52 | 55 |
53 public function getValidReferences() | 56 public function getValidReferences() |
54 { | 57 { |
55 return array( | 58 return array( |