Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpotthast/7d00d3e7562d75022b87827b0f3da13d to your computer and use it in GitHub Desktop.
Save danielpotthast/7d00d3e7562d75022b87827b0f3da13d to your computer and use it in GitHub Desktop.
<?php
namespace Tests\Demo;
use Demo\ProductList;
class ProductListTest extends \PHPUnit_Framework_TestCase
{
public function testProductList()
{
$productList = new ProductList();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment