simple-phpunit Questions
2
The terminal only tells me There was 1 Warning:. But how can I see the full warning message and where it's being triggered from?
---
this is my phpunit.xml file
<?xml version="1.0"?&g...
Siobhansion asked 15/5, 2021 at 8:7
3
This is my PhpUnit test class:
<?php
namespace tests\AppBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class SendEmailControllerTest extends WebTestCase
{
public fu...
Jaundiced asked 17/4, 2018 at 21:24
1
© 2022 - 2024 — McMap. All rights reserved.