Completed
Push — master ( 212fb0...0da4a9 )
by Fulvio
16:03 queued 06:25
created
tests/acceptance/AdminTestCest.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.