diff --git a/test.php b/test.php
index cbe4d3a6e8bc58d361e40750167d2650370b5b46..492ea93642840a6bd7becf5327a504568620d8dc 100644
--- a/test.php
+++ b/test.php
@@ -22,28 +22,28 @@ include 'libs/load.php';
 //     echo "Fail";
 // }
 
-$mic1 = new Mic("Roda"); //constructing the object
-$mic2 = new Mic("HyperX"); //constructing the object
+// $mic1 = new Mic("Roda"); //constructing the object
+// $mic2 = new Mic("HyperX"); //constructing the object
 
-Mic::testFunction(); //no construction, no destruction.
-testFunction();
+// Mic::testFunction(); //no construction, no destruction.
+// testFunction();
 
-$mic1->setLight("White");
-$mic2->setLight("Green");
+// $mic1->setLight("White");
+// $mic2->setLight("Green");
 
-print(ucwords("hyper quad cast"));
-$mic1->setModel("hyper quad cast");
-print("Model of 1st mic is ".$mic1->getModelProxy());
-print("\n".$mic1->getBrand());
-print("\n".$mic2->getBrand());
-echo $mic1->getVoltage("hello", array(1,2,3,4,5), new Mic("Bose"));
-echo $mic1->setUpVoltage("hi", new Mic("cast"), [1,2,3]);
+// print(ucwords("hyper quad cast"));
+// $mic1->setModel("hyper quad cast");
+// print("Model of 1st mic is ".$mic1->getModelProxy());
+// print("\n".$mic1->getBrand());
+// print("\n".$mic2->getBrand());
+// echo $mic1->getVoltage("hello", array(1,2,3,4,5), new Mic("Bose"));
+// echo $mic1->setUpVoltage("hi", new Mic("cast"), [1,2,3]);
 
-print("\n".$mic->price);
-
-print("\nValue of 10+12 is ".$mic1->add(10, 12));
-print("\nThis is mono font inside pre tag \n");
+// print("\n".$mic->price);
 
+// print("\nValue of 10+12 is ".$mic1->add(10, 12));
+// print("\nThis is mono font inside pre tag \n");
 
+print("Hello World");
 ?>
 </pre>
\ No newline at end of file