Mercurial > hg > isophonics-drupal-site
comparison vendor/psy/psysh/test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.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 |
---|---|
67 */ | 67 */ |
68 public function testProcessValidFunctionCallsAndDeclarations($code) | 68 public function testProcessValidFunctionCallsAndDeclarations($code) |
69 { | 69 { |
70 $stmts = $this->parse($code); | 70 $stmts = $this->parse($code); |
71 $this->traverse($stmts); | 71 $this->traverse($stmts); |
72 | |
73 // @todo a better thing to assert here? | |
74 $this->assertTrue(true); | |
72 } | 75 } |
73 | 76 |
74 public function getValidFunctions() | 77 public function getValidFunctions() |
75 { | 78 { |
76 return array( | 79 return array( |