Skip to content

Commit c4093f5

Browse files
committed
Update README.md
1 parent 0b6a1c8 commit c4093f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ And you will see:
115115
Will return this message:
116116

117117
```bash
118-
Specification for Crowd\Store\Product created in [magentoroot]/spec/Crowd/Store/ProductSpec.php
118+
Specification for Crowd\Store\Product created in [rootproject]/spec/Crowd/Store/ProductSpec.php
119119
```
120120
121121
In your folder project now you will see
@@ -171,7 +171,7 @@ class Product
171171
}
172172
```
173173
174-
Now inside [magentoroot]/spec/Crowd/Store/ProductSpec.php file, write the next functions
174+
Now inside [rootproject]/spec/Crowd/Store/ProductSpec.php file, write the next functions
175175
176176
```php
177177
function it_should_have_a_name()
@@ -237,7 +237,7 @@ Press Y + return key again:
237237
238238
What does this mean? First of all, PHPSpec checks if getName() and getSku() functions exists in the Product class, and if it does not find them, asks us if we want to crete them. Once created, PHPSpec will try to run the tests, but they do not pass.
239239
240-
The Product.php file under [magentoroot]/src/Crowd/Store/ changed its content and now looks like:
240+
The Product.php file under [rootproject]/src/Crowd/Store/ changed its content and now looks like:
241241
242242
```php
243243
<?php

0 commit comments

Comments
 (0)