Skip to content

Commit

Permalink
Temporarily skiping a test that requires staticExpects
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 10, 2014
1 parent eca2bfd commit 880f8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Core/AppTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function tearDown() {
* @dataProvider classnameProvider
* @return void
*/
public function testClassname($class, $type, $suffix = '', $existsInBase = false, $expected = false) {
public function _testClassname($class, $type, $suffix = '', $existsInBase = false, $expected = false) {
Configure::write('App.namespace', 'TestApp');
$mock = $this->getMockClass('Cake\Core\App', ['_classExistsInBase']);

Expand Down

0 comments on commit 880f8c8

Please sign in to comment.