Skip to content

Commit

Permalink
tests: fix integration tests namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepimpao committed May 13, 2024
1 parent ca79612 commit fa8bcdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Integration/AirPollutionResourceTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Integration;
namespace ProgrammatorDev\OpenWeatherMap\Test\Integration;

use ProgrammatorDev\OpenWeatherMap\Entity\AirPollution\AirPollution;
use ProgrammatorDev\OpenWeatherMap\Entity\AirPollution\AirPollutionCollection;
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/LanguageTraitTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Integration;
namespace ProgrammatorDev\OpenWeatherMap\Test\Integration;

use ProgrammatorDev\OpenWeatherMap\Resource\Resource;
use ProgrammatorDev\OpenWeatherMap\Resource\Util\LanguageTrait;
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/UnitSystemTraitTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Integration;
namespace ProgrammatorDev\OpenWeatherMap\Test\Integration;

use ProgrammatorDev\OpenWeatherMap\Resource\Resource;
use ProgrammatorDev\OpenWeatherMap\Resource\Util\UnitSystemTrait;
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/WeatherResourceTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Integration;
namespace ProgrammatorDev\OpenWeatherMap\Test\Integration;

use ProgrammatorDev\OpenWeatherMap\Entity\Weather\Weather;
use ProgrammatorDev\OpenWeatherMap\Entity\Weather\WeatherCollection;
Expand Down

0 comments on commit fa8bcdf

Please sign in to comment.