Mercurial > hg > isophonics-drupal-site
comparison vendor/psy/psysh/test/Psy/Test/CodeCleaner/FunctionContextPassTest.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 |
---|---|
28 */ | 28 */ |
29 public function testProcessStatementPasses($code) | 29 public function testProcessStatementPasses($code) |
30 { | 30 { |
31 $stmts = $this->parse($code); | 31 $stmts = $this->parse($code); |
32 $this->traverser->traverse($stmts); | 32 $this->traverser->traverse($stmts); |
33 | |
34 // @todo a better thing to assert here? | |
35 $this->assertTrue(true); | |
33 } | 36 } |
34 | 37 |
35 public function validStatements() | 38 public function validStatements() |
36 { | 39 { |
37 return array( | 40 return array( |