Skip to content

Commit

Permalink
Merge pull request KnpLabs#75 from dantleech/testing-standard
Browse files Browse the repository at this point in the history
Standardized testing in accordance with component documentation (in PR)
  • Loading branch information
lsmith77 committed Jun 18, 2013
2 parents 006b3a0 + db23634 commit fd41a91
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Tests/Functional/App/cache
Tests/Functional/App/logs
Tests/Resources/app/cache
Tests/Resources/app/logs
composer.lock
vendor
4 changes: 0 additions & 4 deletions Tests/Functional/App/config/config.php

This file was deleted.

File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions Tests/Resources/app/config/config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');
$loader->import(CMF_TEST_CONFIG_DIR.'/sonata_admin.php');
$loader->import(__DIR__.'/cmf_menu.yml');
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</filter>

<php>
<server name="KERNEL_DIR" value="Tests/Functional/App" />
<server name="KERNEL_DIR" value="Tests/Resources/app" />
</php>

</phpunit>

0 comments on commit fd41a91

Please sign in to comment.