mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-29 07:14:37 +02:00
Fixed typos
This commit is contained in:
parent
63df16a369
commit
d04d743520
144 changed files with 263 additions and 265 deletions
|
@ -38,14 +38,14 @@ class BOMImporterTest extends WebTestCase
|
|||
{
|
||||
parent::setUp();
|
||||
|
||||
//Get an service instance.
|
||||
//Get a service instance.
|
||||
self::bootKernel();
|
||||
$this->service = self::getContainer()->get(BOMImporter::class);
|
||||
}
|
||||
|
||||
public function testImportFileIntoProject(): void
|
||||
{
|
||||
$inpute = $input = <<<CSV
|
||||
$input = <<<CSV
|
||||
"ID";"Bezeichner";"Footprint";"Stückzahl";"Bezeichnung";"Anbieter und Referenz";
|
||||
1;"R19,R17";"R_0805_2012Metric_Pad1.20x1.40mm_HandSolder";2;"4.7k";Test;;
|
||||
2;"D1";"D_DO-41_SOD81_P10.16mm_Horizontal";1;"1N5059";;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue