Mercurial > hg > isophonics-drupal-site
comparison vendor/psy/psysh/test/Psy/Test/CodeCleaner/AbstractClassPassTest.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 |
---|---|
47 */ | 47 */ |
48 public function testProcessStatementPasses($code) | 48 public function testProcessStatementPasses($code) |
49 { | 49 { |
50 $stmts = $this->parse($code); | 50 $stmts = $this->parse($code); |
51 $this->traverser->traverse($stmts); | 51 $this->traverser->traverse($stmts); |
52 | |
53 // @todo a better thing to assert here? | |
54 $this->assertTrue(true); | |
52 } | 55 } |
53 | 56 |
54 public function validStatements() | 57 public function validStatements() |
55 { | 58 { |
56 return array( | 59 return array( |