@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -class AdminTestCest { |
|
3 | +class AdminTestCest { |
|
4 | 4 | |
5 | 5 | |
6 | - public function TestPluginsPage( AcceptanceTester $I ) { |
|
6 | + public function TestPluginsPage(AcceptanceTester $I) { |
|
7 | 7 | |
8 | - $I->wantTo( 'See if WP PHP Console is listed in Plugins page' ); |
|
8 | + $I->wantTo('See if WP PHP Console is listed in Plugins page'); |
|
9 | 9 | $I->amOnPluginsPage(); |
10 | - $I->seePluginActivated( 'wp-php-console' ); |
|
10 | + $I->seePluginActivated('wp-php-console'); |
|
11 | 11 | } |
12 | 12 | |
13 | 13 |