Browse Source

Merge pull request #566 from dracony/master

Possible Fix for PHP errors
Brian Hauer 11 years ago
parent
commit
d3c2bb527a

+ 1 - 1
php-kohana/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "kohana",
+  "framework": "php-kohana",
   "tests": [{
     "default": {
       "setup_file": "setup",

+ 1 - 1
php-phalcon-micro/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "phalcon-micro",
+  "framework": "php-phalcon-micro",
   "tests": [{
     "default": {
       "setup_file": "setup",

+ 1 - 1
php-phalcon/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "phalcon",
+  "framework": "php-phalcon",
   "tests": [{
     "default": {
       "setup_file": "setup",

+ 1 - 1
php-phpixie/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "phpixie",
+  "framework": "php-phpixie",
   "tests": [{
     "default": {
       "setup_file": "setup",