Skip to content

Commit

Permalink
Unskiping test that cannot be fixed without a major rewirte of a feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 10, 2014
1 parent 0ae6c51 commit 64ad0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Core/AppTest.php
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 64ad0e4

Please sign in to comment.