浏览代码

Update ik/auth-bundle. Phpunit config para ik vendors

Guillermo Espinoza 7 年之前
父节点
当前提交
8986354188
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 2 2
      composer.lock
  2. 5 0
      phpunit.xml.dist

+ 2 - 2
composer.lock

@@ -1421,7 +1421,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/AuthBundle.git",
-                "reference": "1ce5ec22c5e4cb5e043eff4ea9f5f6946dfc889d"
+                "reference": "97432185940d65ea97f0bf5778dbcceeb78578e4"
             },
             "type": "library",
             "autoload": {
@@ -1436,7 +1436,7 @@
                 "auth",
                 "bundle"
             ],
-            "time": "2017-09-21 14:36:31"
+            "time": "2017-09-22 13:27:29"
         },
         {
             "name": "ik/base-admin-bundle",

+ 5 - 0
phpunit.xml.dist

@@ -15,6 +15,11 @@
     <testsuites>
         <testsuite name="Project Test Suite">
             <directory>tests</directory>
+            <directory>src/*Bundle/tests</directory>
+        </testsuite>
+        <testsuite name="Ik vendors Test Suite">
+            <directory>tests</directory>
+            <directory>vendor/ik/*/tests</directory>
         </testsuite>
     </testsuites>