public function testLoad() { $assets = new GlobAsset(__DIR__ . '/*.php'); $assets ->load(); $this ->assertNotEmpty($assets ->getContent(), '->load() loads contents'); }