Skip to content

Commit

Permalink
Fix without_namespace() test
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 28, 2024
1 parent bdf5a54 commit f59cad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class NamespacesTest extends EmittingTest {

#[Test]
public function without_namespace() {
Assert::null($this->declare('class %T { }')->package());
Assert::false(strpos($this->declare('class %T { }')->name(), '.'));
}

#[Test]
Expand Down

0 comments on commit f59cad2

Please sign in to comment.