mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-18 05:10:07 -07:00
Remove Tests directory
This commit is contained in:
parent
bfcd36d4ff
commit
25bdbad8df
@ -1,25 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace AppBundle\Tests\Controller\LDraw;
|
|
||||||
|
|
||||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|
||||||
|
|
||||||
class CategoryControllerTest extends WebTestCase
|
|
||||||
{
|
|
||||||
/*
|
|
||||||
public function testCompleteScenario()
|
|
||||||
{
|
|
||||||
// Create a new client to browse the application
|
|
||||||
$client = static::createClient();
|
|
||||||
|
|
||||||
// Go to the list view
|
|
||||||
$crawler = $client->request('GET', '/ldraw_category/');
|
|
||||||
$this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code for GET /ldraw_category/");
|
|
||||||
|
|
||||||
// Go to the show view
|
|
||||||
$crawler = $client->click($crawler->selectLink('show')->link());
|
|
||||||
$this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code");
|
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
|
||||||
}
|
|
@ -1,25 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace AppBundle\Tests\Controller\LDraw;
|
|
||||||
|
|
||||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|
||||||
|
|
||||||
class PartControllerTest extends WebTestCase
|
|
||||||
{
|
|
||||||
/*
|
|
||||||
public function testCompleteScenario()
|
|
||||||
{
|
|
||||||
// Create a new client to browse the application
|
|
||||||
$client = static::createClient();
|
|
||||||
|
|
||||||
// Go to the list view
|
|
||||||
$crawler = $client->request('GET', '/ldraw_part/');
|
|
||||||
$this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code for GET /ldraw_part/");
|
|
||||||
|
|
||||||
// Go to the show view
|
|
||||||
$crawler = $client->click($crawler->selectLink('show')->link());
|
|
||||||
$this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code");
|
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user