- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
mqmtech/ShoppingCartBundle
Folders and files
| Name | Name | Last commit message  | Last commit date  | |
|---|---|---|---|---|
Repository files navigation
To Test a Bundle like being inside a standard Symfony app do the following steps:
How to configure it:
- Copy all the files inside the root Bundle dir
- Edit the file Tests/autoload.php.dist and change the 'Your\\Bundle\Namespace' according to the Namespace of your bundle, also in the line:
$path = __DIR__.'/../'.implode('/', array_slice(explode('\\', $class), 3)
change the number 3 for the number of slashes of your Namespace, in the previous example it is 3.
- Setup .travis.yml and the rest of files for more specific config for your bundle
What does this do?
- Download the dependencies specified in vendor/vendors.php file
- Run a phpunit command which reads the config of phpunit.xml.dist
- Setup the Symfony2 environment configuration specified in Tests/bootstrap.php
- Setup autoload config specified in Tests/autoload.php
- Run the TestsAbout
Part of e-commerce project.The bundle is responsible to manage the ShoppingCart
Resources
Stars
Watchers
Forks
Releases
No releases published
              Packages 0
        No packages published