use AspectMock on Generator tests

This commit is contained in:
Jessica Mauerhan
2016-03-22 11:12:42 -04:00
parent dfd89e2275
commit 737a33270d
+3 -1
View File
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<phpunit bootstrap="./tests/bootstrap.php"
colors="true"
backupGlobals="false">
<testsuites>
<testsuite>
<directory>./tests/src</directory>