اجرای فایل vendor/bin/phpunit در vscode

پرسیده شده
فعالیت 1247 روز پیش
دیده شده 506 بار
0

سلام دوستان. برای اجرای فایل phpunit باید اکستنشن خاصی توی vscode نصب کنم؟ چون از توی ترمینال نتونستم رانش کنم. همچنین با اکستنشن code runner هم ران نشد.

فایل پیوست

1
حذف شده

امیر حسین این فایل یکسری کداش حذف شده من واست میزارم فایلی که خودم دارم باهاش کار میکنم رو این رو تست کن ببین مشکلت حل میشه

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap="vendor/autoload.php" executionOrder="depends,defects" beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" verbose="true" colors="true" >
  <coverage processUncoveredFiles="true">
    <include>
      <directory suffix=".php">app</directory>
    </include>
  </coverage>
  <testsuites>
    <testsuite name="default">
      <directory suffix="Test.php">tests</directory>
    </testsuite>
  </testsuites>
</phpunit>
فایل پیوست

میثم نصرتی

توسط

میثم نصرتی

5 آذر 99

حذف شده
یک دنیا ممنوووون. حل شد میثم جاان.
حذف شده
خواهش میکنم خداروشکر که حل شد
میثم نصرتی

5 آذر 99

0
حذف شده

سلام امیرحسین 

هیچ اکستنشنی لازم نیست تنها مسیر vendor/bin/phpunit رو بزنی اجرا میشه 

فایل xml رو ساختی ؟ و همچنین ادرس بوت رو روی اتولود قرار دادی ؟ 

فایل پیوست

میثم نصرتی

توسط

میثم نصرتی

5 آذر 99

حذف شده
آره میثم جان. میگه مشکل از فایل xml ئه. کانفیگ رو توی یه پاسخ جدا برات میذارم یه بررسی بکن بیزحمت.
0
حذف شده
<xml version="1.0" encoding="UTF-8"?>

<phpunit bootstrap="vendor/autoload.php"
    colors = "true"
    stopOnFailure = "false"
    verbose = "true">

    <testsuites>
        <testsuite name="Project Test Suite">
            <directory>tests</directory>
        </testsuite>
    </testsuites>

</phpunit>

متن خطا

$ vendor/bin/phpunit
Could not load "C:\xampp\htdocs\...\TDD\phpunit.xml".
attributes construct error
Couldn't find end of Start Tag xml line ۱
Extra content at the end of the document
فایل پیوست

امیرحسین شکری

توسط

امیرحسین شکری

5 آذر 99