Completed
Push — master ( d11c3f...cbea9f )
by Fulvio
15:05 queued 12:52
created
tests/acceptance/AdminTestCest.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-class AdminTestCest  {
3
+class AdminTestCest {
4 4
 
5 5
 
6
-	public function TestPluginActivationDeactivation( AcceptanceTester $I ) {
6
+	public function TestPluginActivationDeactivation(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
 
10 10
 		$I->amOnPluginsPage();
11 11
 
12
-		$I->seePluginActivated( 'wp-php-console' );
12
+		$I->seePluginActivated('wp-php-console');
13 13
 
14
-		$I->deactivatePlugin( 'wp-php-console' );
15
-		$I->activatePlugin( 'wp-php-console' );
14
+		$I->deactivatePlugin('wp-php-console');
15
+		$I->activatePlugin('wp-php-console');
16 16
 	}
17 17
 
18 18
 
Please login to merge, or discard this patch.