From 1cb3bad7f886634d80393dae8d51a7a12ea12372 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Mar 2019 19:01:47 +0100 Subject: [PATCH] Rename file --- test/phpunit/{BillOfMaterialsTest.php => BOMTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/phpunit/{BillOfMaterialsTest.php => BOMTest.php} (97%) diff --git a/test/phpunit/BillOfMaterialsTest.php b/test/phpunit/BOMTest.php similarity index 97% rename from test/phpunit/BillOfMaterialsTest.php rename to test/phpunit/BOMTest.php index a03d8523b99..ace04f7ba71 100644 --- a/test/phpunit/BillOfMaterialsTest.php +++ b/test/phpunit/BOMTest.php @@ -28,7 +28,7 @@ namespace test\unit; * Class BillOfMaterialsTest * @package Testbillofmaterials */ -class BillOfMaterialsTest extends \PHPUnit_Framework_TestCase +class BOMTest extends \PHPUnit_Framework_TestCase { /** * Global test setup