Skip to content

Commit 3854883

Browse files
hariharanbrowserstackfrancisf
authored andcommitted
Fix Naming Conventions
1 parent 6813b8e commit 3854883

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
mv composer.phar /usr/local/bin/composer
2727
```
2828

29-
3. If php usage is different, for example, if php.exe is used instead of php in certain windows, please change that accordingly to run the tests.
30-
3129
## Setup
3230
* Clone the repo
3331
* Install dependencies using: `composer install`

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"php-webdriver/webdriver": "1.14.0"
66
},
77
"scripts": {
8-
"local": "php triggerTest.php LocalTest.php",
9-
"test": "php triggerTest.php Test.php"
8+
"local": "php triggertest.php LocalTest.php",
9+
"test": "php triggertest.php Test.php"
1010
},
1111
"autoload": {
1212
"classmap": ["lib/"]

0 commit comments

Comments
 (0)