Mercurial > hg > isophonics-drupal-site
comparison vendor/psy/psysh/test/Psy/Test/CodeCleaner/ValidClassNamePassTest.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 |
---|---|
127 */ | 127 */ |
128 public function testProcessValid($code) | 128 public function testProcessValid($code) |
129 { | 129 { |
130 $stmts = $this->parse($code); | 130 $stmts = $this->parse($code); |
131 $this->traverse($stmts); | 131 $this->traverse($stmts); |
132 | |
133 // @todo a better thing to assert here? | |
134 $this->assertTrue(true); | |
132 } | 135 } |
133 | 136 |
134 public function getValid() | 137 public function getValid() |
135 { | 138 { |
136 $valid = array( | 139 $valid = array( |